1 From 13b74d6ec2b88620515d0060f6276f744f058e44 Mon Sep 17 00:00:00 2001
2 From: Koen Kooi <koen@dominion.thruhere.net>
3 Date: Fri, 30 Apr 2010 13:26:01 +0200
4 Subject: [PATCH 36/50] OMAP3: Beagle: decrease bootdelay to 3, use VGA for default resolution
7 include/configs/omap3_beagle.h | 4 ++--
8 1 files changed, 2 insertions(+), 2 deletions(-)
10 diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
11 index 52d727a..47bc971 100644
12 --- a/include/configs/omap3_beagle.h
13 +++ b/include/configs/omap3_beagle.h
17 /* Environment information */
18 -#define CONFIG_BOOTDELAY 10
19 +#define CONFIG_BOOTDELAY 3
21 #define CONFIG_EXTRA_ENV_SETTINGS \
22 "loadaddr=0x82000000\0" \
24 "console=ttyS2,115200n8\0" \
27 - "dvimode=1024x768MR-16@60\0" \
28 + "dvimode=640x480MR-16@60\0" \
29 "defaultdisplay=dvi\0" \
30 "mmcroot=/dev/mmcblk0p2 rw\0" \
31 "mmcrootfstype=ext3 rootwait\0" \