From: Fabio Estevam Date: Fri, 16 Nov 2012 05:09:04 +0000 (+0000) Subject: mx53loco: Configure CONFIG_BOOTDELAY to one second X-Git-Tag: v2013.01-rc3~13^2~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbae0d108e4ee726df83130300d0305051d23caf;p=pandora-u-boot.git mx53loco: Configure CONFIG_BOOTDELAY to one second One second is enough time for users to react in case they want to stop the booting process. Signed-off-by: Fabio Estevam --- diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index a62ea785990..37f9d69e260 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -108,7 +108,7 @@ #undef CONFIG_CMD_IMLS -#define CONFIG_BOOTDELAY 3 +#define CONFIG_BOOTDELAY 1 #define CONFIG_ETHPRIME "FEC0"