From: Tom Rini Date: Mon, 21 May 2012 11:20:44 +0000 (+0000) Subject: OMAP3 Beagle: Set BOOTDELAY to 3 X-Git-Tag: v2012.07-rc1~11^2~166 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1dd07fe8e9ba4e0ae449faf871bb81ebd36c62a9;p=oweals%2Fu-boot.git 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 --- diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 268215cb86..c10ac82dcd 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" \