ppc4xx: Switch to I2C bus numer 0 for chip_config command
[kernel/u-boot.git] / board / amcc / katmai / cmd_katmai.c
index ba71bd5..335d30c 100644 (file)
@@ -43,7 +43,7 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        char pcixClock[4];
 
        if (argc < 3) {
-               printf ("Usage:\n%s\n", cmdtp->usage);
+               cmd_usage(cmdtp);
                return 1;
        }
 
@@ -213,6 +213,6 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
        bootstrap,      3,      1,      do_bootstrap,
-       "bootstrap - program the serial device strap\n",
-       "wrclk [prom0|prom1] - program the serial device strap\n"
-       );
+       "program the serial device strap",
+       "wrclk [prom0|prom1] - program the serial device strap"
+);