diff options
Diffstat (limited to 'board/amcc/taihu/update.c')
| -rw-r--r-- | board/amcc/taihu/update.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/amcc/taihu/update.c b/board/amcc/taihu/update.c index f9c31b392..b87eac4a1 100644 --- a/board/amcc/taihu/update.c +++ b/board/amcc/taihu/update.c @@ -98,7 +98,7 @@ static uchar buf_66[] =  	0x00  }; -static int update_boot_eeprom(cmd_tbl_t* cmdtp, int flag, int argc, char *argv[]) +static int update_boot_eeprom(cmd_tbl_t* cmdtp, int flag, int argc, char * const argv[])  {  	ulong len = 0x20;  	uchar chip = CONFIG_SYS_I2C_EEPROM_ADDR; |