diff options
Diffstat (limited to 'board/zeus/update.c')
| -rw-r--r-- | board/zeus/update.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/zeus/update.c b/board/zeus/update.c index 2f2a127f7..ce1f34fee 100644 --- a/board/zeus/update.c +++ b/board/zeus/update.c @@ -98,7 +98,7 @@ 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 boot eeprom content\n", +	"update boot eeprom content",  	NULL  ); |