]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/u-boot/u-boot/dss2.patch
layer.conf: fix overrides
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot / dss2.patch
1 From af839210aa4c643506c6c27270a7f823c6bd0d58 Mon Sep 17 00:00:00 2001
2 From: Koen Kooi <koen@dominion.thruhere.net>
3 Date: Sat, 8 Jan 2011 19:12:59 +0100
4 Subject: [PATCH 01/10] dss2.patch
6 ---
7  include/configs/omap3_beagle.h |   15 +++++++++++----
8  include/configs/omap3_overo.h  |   15 +++++++++++----
9  2 files changed, 22 insertions(+), 8 deletions(-)
11 diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
12 index a3d9cf6..f7899b9 100644
13 --- a/include/configs/omap3_beagle.h
14 +++ b/include/configs/omap3_beagle.h
15 @@ -156,14 +156,21 @@
16  #define CONFIG_EXTRA_ENV_SETTINGS \
17         "loadaddr=0x82000000\0" \
18         "console=ttyS2,115200n8\0" \
19 -       "videomode=1024x768@60,vxres=1024,vyres=768\0" \
20 -       "videospec=omapfb:vram:2M,vram:4M\0" \
21 +       "vram=12M\0" \
22 +       "dvimode=1024x768MR-16@60\0" \
23 +       "defaultdisplay=dvi\0" \
24         "mmcargs=setenv bootargs console=${console} " \
25 -               "video=${videospec},mode:${videomode} " \
26 +               "vram=${vram} " \
27 +               "omapfb.mode=dvi:${dvimode} " \
28 +               "omapfb.debug=y " \
29 +               "omapdss.def_disp=${defaultdisplay} " \
30                 "root=/dev/mmcblk0p2 rw " \
31                 "rootfstype=ext3 rootwait\0" \
32         "nandargs=setenv bootargs console=${console} " \
33 -               "video=${videospec},mode:${videomode} " \
34 +               "vram=${vram} " \
35 +               "omapfb.mode=dvi:${dvimode} " \
36 +               "omapfb.debug=y " \
37 +               "omapdss.def_disp=${defaultdisplay} " \
38                 "root=/dev/mtdblock4 rw " \
39                 "rootfstype=jffs2\0" \
40         "loadbootscript=fatload mmc 0 ${loadaddr} boot.scr\0" \
41 diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
42 index fed6ff5..6162d6c 100644
43 --- a/include/configs/omap3_overo.h
44 +++ b/include/configs/omap3_overo.h
45 @@ -147,14 +147,21 @@
46  #define CONFIG_EXTRA_ENV_SETTINGS \
47         "loadaddr=0x82000000\0" \
48         "console=ttyS2,115200n8\0" \
49 -       "videomode=1024x768@60,vxres=1024,vyres=768\0" \
50 -       "videospec=omapfb:vram:2M,vram:4M\0" \
51 +       "vram=12M\0" \
52 +       "dvimode=1024x768MR-16@60\0" \
53 +       "defaultdisplay=dvi\0" \
54         "mmcargs=setenv bootargs console=${console} " \
55 -               "video=${videospec},mode:${videomode} " \
56 +               "vram=${vram} " \
57 +               "omapfb.mode=dvi:${dvimode} " \
58 +               "omapfb.debug=y " \
59 +               "omapdss.def_disp=${defaultdisplay} " \
60                 "root=/dev/mmcblk0p2 rw " \
61                 "rootfstype=ext3 rootwait\0" \
62         "nandargs=setenv bootargs console=${console} " \
63 -               "video=${videospec},mode:${videomode} " \
64 +               "vram=${vram} " \
65 +               "omapfb.mode=dvi:${dvimode} " \
66 +               "omapfb.debug=y " \
67 +               "omapdss.def_disp=${defaultdisplay} " \
68                 "root=/dev/mtdblock4 rw " \
69                 "rootfstype=jffs2\0" \
70         "loadbootscript=fatload mmc 0 ${loadaddr} boot.scr\0" \
71 -- 
72 1.6.6.1