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 96b918be0ba..63f874488e6 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_boot_eeprom - update bootstrap eeprom content\n", NULL); + "update bootstrap eeprom content", NULL); #endif |