diff options
Diffstat (limited to 'board/amcc/taishan/update.c')
| -rw-r--r-- | board/amcc/taishan/update.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/amcc/taishan/update.c b/board/amcc/taishan/update.c index 63f874488..aab3a6577 100644 --- a/board/amcc/taishan/update.c +++ b/board/amcc/taishan/update.c @@ -74,5 +74,5 @@ int do_update_boot_eeprom(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(update_boot_eeprom, 1, 1, do_update_boot_eeprom, -	   "update bootstrap eeprom content", NULL); +	   "update bootstrap eeprom content", "");  #endif |