]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/zeus/update.c
Merge branch 'master' into next
[karo-tx-uboot.git] / 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