]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/u-boot/u-boot/0002-OMAP-Remove-omapfb.debug-y-from-Beagle-and-Overo-env.patch
recipes-kernel: Add GLSDK specific kernel tree for omap-a15
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot / 0002-OMAP-Remove-omapfb.debug-y-from-Beagle-and-Overo-env.patch
1 From 0588da9057fddb5f6a6a04aedd7e0a79eb39e9e5 Mon Sep 17 00:00:00 2001
2 From: Steve Sakoman <steve@sakoman.com>
3 Date: Thu, 30 Dec 2010 07:19:44 +0000
4 Subject: [PATCH 02/16] OMAP: Remove omapfb.debug=y from Beagle and Overo env settings
6 The kernel DSS2 code is mature now, and keeping this setting hurts performance
8 Signed-off-by: Steve Sakoman <steve@sakoman.com>
9 ---
10  include/configs/omap3_beagle.h |    2 --
11  include/configs/omap3_overo.h  |    2 --
12  2 files changed, 0 insertions(+), 4 deletions(-)
14 diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
15 index 5cfa4cb..8b580ef 100644
16 --- a/include/configs/omap3_beagle.h
17 +++ b/include/configs/omap3_beagle.h
18 @@ -203,7 +203,6 @@
19                 "mpurate=${mpurate} " \
20                 "vram=${vram} " \
21                 "omapfb.mode=dvi:${dvimode} " \
22 -               "omapfb.debug=y " \
23                 "omapdss.def_disp=${defaultdisplay} " \
24                 "root=${mmcroot} " \
25                 "rootfstype=${mmcrootfstype}\0" \
26 @@ -211,7 +210,6 @@
27                 "mpurate=${mpurate} " \
28                 "vram=${vram} " \
29                 "omapfb.mode=dvi:${dvimode} " \
30 -               "omapfb.debug=y " \
31                 "omapdss.def_disp=${defaultdisplay} " \
32                 "root=${nandroot} " \
33                 "rootfstype=${nandrootfstype}\0" \
34 diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
35 index 1b3d439..06a28f6 100644
36 --- a/include/configs/omap3_overo.h
37 +++ b/include/configs/omap3_overo.h
38 @@ -169,7 +169,6 @@
39                 "mpurate=${mpurate} " \
40                 "vram=${vram} " \
41                 "omapfb.mode=dvi:${dvimode} " \
42 -               "omapfb.debug=y " \
43                 "omapdss.def_disp=${defaultdisplay} " \
44                 "root=${mmcroot} " \
45                 "rootfstype=${mmcrootfstype}\0" \
46 @@ -177,7 +176,6 @@
47                 "mpurate=${mpurate} " \
48                 "vram=${vram} " \
49                 "omapfb.mode=dvi:${dvimode} " \
50 -               "omapfb.debug=y " \
51                 "omapdss.def_disp=${defaultdisplay} " \
52                 "root=${nandroot} " \
53                 "rootfstype=${nandrootfstype}\0" \
54 -- 
55 1.6.6.1