diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-11-16 05:09:04 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-11-19 07:49:01 (GMT) |
commit | fbae0d108e4ee726df83130300d0305051d23caf (patch) | |
tree | 4314b73c3f864dc6a7dc2be07c4353b9b71b0523 | |
parent | 2785694381bcd114441c44c63362fb54a251230f (diff) | |
download | u-boot-fbae0d108e4ee726df83130300d0305051d23caf.tar.xz |
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 <fabio.estevam@freescale.com>
-rw-r--r-- | include/configs/mx53loco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index a62ea78..37f9d69 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" |