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 | a41b1df07b7f8fb6500647c5934e394dd1628ea5 (patch) | |
tree | 52f437fc8fee6672783477a024795c4497a9a135 | |
parent | da53a6d6355e72cdbed363fa7ec4139bf0c0b311 (diff) | |
download | upstream-a41b1df07b7f8fb6500647c5934e394dd1628ea5.tar.gz upstream-a41b1df07b7f8fb6500647c5934e394dd1628ea5.tar.bz2 upstream-a41b1df07b7f8fb6500647c5934e394dd1628ea5.zip |
omap24xx fb: Do not omit init
SVN-Revision: 23123
-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 |