diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-11-16 05:09:05 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-11-19 08:49:01 +0100 |
commit | eb141bd36ca33e09eb86cdbc83bbe1b157c19aae (patch) | |
tree | 353f011967a61867c64804ebcd04f9254f50b1aa | |
parent | fbae0d108e4ee726df83130300d0305051d23caf (diff) | |
download | u-boot-imx-eb141bd36ca33e09eb86cdbc83bbe1b157c19aae.zip u-boot-imx-eb141bd36ca33e09eb86cdbc83bbe1b157c19aae.tar.gz u-boot-imx-eb141bd36ca33e09eb86cdbc83bbe1b157c19aae.tar.bz2 |
mx6qsabrelite: 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>
Acked-by: Jason Liu <r64343@freescale.com>
-rw-r--r-- | include/configs/mx6qsabrelite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 318f857..759275a 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -144,7 +144,7 @@ #undef CONFIG_CMD_IMLS -#define CONFIG_BOOTDELAY 3 +#define CONFIG_BOOTDELAY 1 #define CONFIG_PREBOOT "" |