diff options
Diffstat (limited to 'board/esd/voh405/voh405.c')
-rw-r--r-- | board/esd/voh405/voh405.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/board/esd/voh405/voh405.c b/board/esd/voh405/voh405.c index 96a04b3ff8..91275507e0 100644 --- a/board/esd/voh405/voh405.c +++ b/board/esd/voh405/voh405.c @@ -392,6 +392,7 @@ 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) */ |