summaryrefslogtreecommitdiffstats
path: root/board/esd/hh405/hh405.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/hh405/hh405.c')
-rw-r--r--board/esd/hh405/hh405.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/esd/hh405/hh405.c b/board/esd/hh405/hh405.c
index eab952c566..5ae4c75861 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) */
OpenPOWER on IntegriCloud