From: Peter Korsgaard Date: Sun, 17 Jan 2016 17:23:44 +0000 (+0100) Subject: ARM: sheevaplug: drop unneded 'usb start' from boot command X-Git-Tag: v2016.05-rc1~421^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a807369eded75b34f5184552dab00ff73e7ca3bc;p=u-boot ARM: sheevaplug: drop unneded 'usb start' from boot command 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 --- diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 8110f8376f..c529636a66 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -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)," \