diff options
Diffstat (limited to 'board/esd/hh405/hh405.c')
| -rw-r--r-- | board/esd/hh405/hh405.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/board/esd/hh405/hh405.c b/board/esd/hh405/hh405.c index eab952c56..5ae4c7586 100644 --- a/board/esd/hh405/hh405.c +++ b/board/esd/hh405/hh405.c @@ -769,8 +769,9 @@ int do_eep_wren (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(eepwren,	2,	0,	do_eep_wren, -	   "Enable / disable / query EEPROM write access", -	   NULL); +	"Enable / disable / query EEPROM write access", +	"" +);  #endif /* #if defined(CONFIG_SYS_EEPROM_WREN) */ |