diff options
author | Tom Rini <trini@ti.com> | 2012-05-21 11:20:44 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:23 +0200 |
commit | 1dd07fe8e9ba4e0ae449faf871bb81ebd36c62a9 (patch) | |
tree | 20447f25524466be7485d8b969e896275c4bea4e /include/configs | |
parent | 402d17fc4c406fe49a7b2d94aee640f389a68738 (diff) | |
download | u-boot-imx-1dd07fe8e9ba4e0ae449faf871bb81ebd36c62a9.zip u-boot-imx-1dd07fe8e9ba4e0ae449faf871bb81ebd36c62a9.tar.gz u-boot-imx-1dd07fe8e9ba4e0ae449faf871bb81ebd36c62a9.tar.bz2 |
OMAP3 Beagle: Set BOOTDELAY to 3
We change the bootdelay to give users a little bit longer to break in if
needed.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_beagle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 268215c..c10ac82 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -213,7 +213,7 @@ /* partition */ /* Environment information */ -#define CONFIG_BOOTDELAY 2 +#define CONFIG_BOOTDELAY 3 #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x80200000\0" \ |