diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-09-26 22:03:18 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-09-26 22:03:18 +0000 |
commit | 5c61a3fe4affbe0a158bec02ebc0d587ec40ad21 (patch) | |
tree | 5884dbb26e7bff5f57016fef0d759c3a450fe809 /target | |
parent | 2f33c8596ca3b1df11280be034d613fa8ec44d03 (diff) | |
download | upstream-5c61a3fe4affbe0a158bec02ebc0d587ec40ad21.tar.gz upstream-5c61a3fe4affbe0a158bec02ebc0d587ec40ad21.tar.bz2 upstream-5c61a3fe4affbe0a158bec02ebc0d587ec40ad21.zip |
omap24xx fb: Do not omit init
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23123 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/omap24xx/config-2.6.36 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap24xx/config-2.6.36 b/target/linux/omap24xx/config-2.6.36 index d2026fea4d..ccff471a23 100644 --- a/target/linux/omap24xx/config-2.6.36 +++ b/target/linux/omap24xx/config-2.6.36 @@ -177,7 +177,7 @@ CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_IMAGEBLIT=y CONFIG_FB_OMAP=y -CONFIG_FB_OMAP_BOOTLOADER_INIT=y +# CONFIG_FB_OMAP_BOOTLOADER_INIT is not set CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 CONFIG_FB_OMAP_LCDC_BLIZZARD=y CONFIG_FB_OMAP_LCDC_EXTERNAL=y |