ARM: sheevaplug: drop unneded 'usb start' from boot command
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 17 Jan 2016 17:23:44 +0000 (18:23 +0100)
committerLuka Perkov <luka.perkov@sartura.hr>
Mon, 14 Mar 2016 22:29:36 +0000 (23:29 +0100)
The default bootcommand executes x_bootcmd_usb AFTER loading a kernel from
nand and just before executing it, which only slows down boot without adding
any functionality - So drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
include/configs/sheevaplug.h

index 8110f83..c529636 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),"                               \