4e4f036a7bf1f414213bd93489cf2fdf93729b01
[openembedded.git] /
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
5
6 ---
7  include/configs/omap3_beagle.h |    4 ++--
8  1 files changed, 2 insertions(+), 2 deletions(-)
9
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
14 @@ -183,7 +183,7 @@
15                                                         /* partition */
16  
17  /* Environment information */
18 -#define CONFIG_BOOTDELAY               10
19 +#define CONFIG_BOOTDELAY               3
20  
21  #define CONFIG_EXTRA_ENV_SETTINGS \
22         "loadaddr=0x82000000\0" \
23 @@ -191,7 +191,7 @@
24         "console=ttyS2,115200n8\0" \
25         "mpurate=500\0" \
26         "vram=12M\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" \
32 -- 
33 1.6.6.1
34