cpci750: i2c cleanup
[oweals/u-boot.git] / board / barco / barco.c
index ed3557219506741f229cbe00784ceabebfae3f7d..a19e1edabb24ba2ef8702190b274eb4827454bc4 100644 (file)
@@ -292,7 +292,7 @@ int barcobcd_boot_image (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 {
 #if 0
        if (argc > 1) {
-               printf ("Usage:\n (%d) %s\n", argc, cmdtp->usage);
+               cmd_usage(cmdtp);
                return 1;
        }
 #endif
@@ -306,19 +306,19 @@ int barcobcd_boot_image (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD (
                try_working, 1, 1, barcobcd_boot_image,
-               " try_working - check flash value and boot the appropriate image\n",
+               "check flash value and boot the appropriate image",
                "\n"
          );
 
 U_BOOT_CMD (
                boot_working, 1, 1, barcobcd_boot_image,
-               " boot_working - check flash value and boot the appropriate image\n",
+               "check flash value and boot the appropriate image",
                "\n"
          );
 
 U_BOOT_CMD (
                boot_default, 1, 1, barcobcd_boot_image,
-               " boot_default - check flash value and boot the appropriate image\n",
+               "check flash value and boot the appropriate image",
                "\n"
          );
 /*