diff options
author | Tony Lindgren <tony@atomide.com> | 2010-04-30 16:34:11 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-05-05 14:11:09 -0400 |
commit | aea561359a30cf3c1f7a2e99684ac5501d0f53ac (patch) | |
tree | 6c0d538150d5fa04952e4b4ec20ed1c119975c2e | |
parent | df5d9411f999a0d943bbaa932850db708d5579ff (diff) |
omap2/3/4: Disable CONFIG_FB_OMAP in omap3_defconfig
Looks like CONFIG_FB_OMAP prevents somehow mounting root on MMC
at least on zoom3 for multi-omap. Disable CONFIG_FB until the
omap FB code is fixed.
This allows booting omap3_defconfig on various omaps. Tested on
2420-n8x0, 3430-n900, 3630-zoom3 and 4430-blaze. Note that n8x0
still has issues with starting user space because of TLS and
VFP.
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap3_defconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm/configs/omap3_defconfig b/arch/arm/configs/omap3_defconfig index 7855edb9ff2..1efb833147c 100644 --- a/arch/arm/configs/omap3_defconfig +++ b/arch/arm/configs/omap3_defconfig | |||
@@ -1359,16 +1359,8 @@ CONFIG_FB_TILEBLITTING=y | |||
1359 | # CONFIG_FB_METRONOME is not set | 1359 | # CONFIG_FB_METRONOME is not set |
1360 | # CONFIG_FB_MB862XX is not set | 1360 | # CONFIG_FB_MB862XX is not set |
1361 | # CONFIG_FB_BROADSHEET is not set | 1361 | # CONFIG_FB_BROADSHEET is not set |
1362 | CONFIG_FB_OMAP=y | 1362 | # CONFIG_FB_OMAP is not set |
1363 | CONFIG_FB_OMAP_LCD_VGA=y | 1363 | CONFIG_FB_OMAP_LCD_VGA=y |
1364 | # CONFIG_FB_OMAP_031M3R is not set | ||
1365 | # CONFIG_FB_OMAP_048M3R is not set | ||
1366 | CONFIG_FB_OMAP_079M3R=y | ||
1367 | # CONFIG_FB_OMAP_092M9R is not set | ||
1368 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
1369 | # CONFIG_FB_OMAP_LCD_MIPID is not set | ||
1370 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
1371 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
1372 | # CONFIG_OMAP2_DSS is not set | 1364 | # CONFIG_OMAP2_DSS is not set |
1373 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 1365 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
1374 | CONFIG_LCD_CLASS_DEVICE=y | 1366 | CONFIG_LCD_CLASS_DEVICE=y |