diff options
Diffstat (limited to 'board/amcc/taihu/update.c')
| -rw-r--r-- | board/amcc/taihu/update.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/amcc/taihu/update.c b/board/amcc/taihu/update.c index 8e969056c..f9c31b392 100644 --- a/board/amcc/taihu/update.c +++ b/board/amcc/taihu/update.c @@ -128,5 +128,5 @@ static int update_boot_eeprom(cmd_tbl_t* cmdtp, int flag, int argc, char *argv[]  U_BOOT_CMD (  	update_boot_eeprom, 1, 1, update_boot_eeprom,  	"update boot eeprom content", -	NULL -	); +	"" +); |