]> git.sur5r.net Git - u-boot/blobdiff - board/zeus/update.c
ppc/85xx: 32bit DDR changes for P1020/P1011
[u-boot] / board / zeus / update.c
index 2f2a127f734d944a1e9fedfd7533c76f3bfe51c2..c8487e58f8abfbf197ce21b9e3cd527c0a9b6960 100644 (file)
@@ -98,8 +98,8 @@ 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",
-       NULL
+       "update boot eeprom content",
+       ""
 );
 
 #endif