ARM: sheevaplug: drop unneded 'usb start' from boot command
[oweals/u-boot.git] / include / configs / sheevaplug.h
index 8110f8376f6effd513f5b91f693449e1758f8446..c529636a66def1c894330942a8fc657bc8d8f033 100644 (file)
@@ -60,7 +60,7 @@
  */
 #define CONFIG_BOOTCOMMAND             "${x_bootcmd_kernel}; " \
        "setenv bootargs ${x_bootargs} ${x_bootargs_root}; "    \
-       "${x_bootcmd_usb}; bootm 0x6400000;"
+       "bootm 0x6400000;"
 
 #define CONFIG_MTDPARTS                \
        "orion_nand:512K(uboot),"                               \