]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_fdos.c
ppc: Remove console_addr from global data
[karo-tx-uboot.git] / common / cmd_fdos.c
index d714af8db9f970a5a9c298f6eb4dae48226fdf71..fbee8614cabc7f3e23511a17e678af1552ff28c3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
  * Pierre AUBERT  p.aubert@staubli.com
  *
  * See file CREDITS for list of people who contributed to this
@@ -72,7 +72,7 @@ int do_fdosboot(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        name = argv [2];
        break;
     default:
-       return cmd_usage(cmdtp);
+       return CMD_RET_USAGE;
     }
 
     /* Init physical layer                                                   */