ARM: tizen_bcm2709_defconfig: Disable FB_BCM2708
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 15 May 2019 10:10:45 +0000 (19:10 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Tue, 11 Jun 2019 00:35:56 +0000 (09:35 +0900)
There is a crash between bcm2708_fb and drm_fb driver during kernel
booting, and logo image is broken. Disable CONFIG_FB_BCM2708 because
it uses the default fb and vc4-drm driver.

Change-Id: Ic5c533dbb884c5b2c3e87d9a131f3ce499d86279
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
arch/arm/configs/tizen_bcm2709_defconfig

index 6537e7a0015140f80c9a46f0b39119f5d57fae52..b83623ce3f2e98ed2651dd6dc933c27e8877ce61 100644 (file)
@@ -2879,7 +2879,7 @@ CONFIG_FB_MODE_HELPERS=y
 #
 # Frame buffer hardware drivers
 #
-CONFIG_FB_BCM2708=y
+# CONFIG_FB_BCM2708 is not set
 # CONFIG_FB_ARMCLCD is not set
 # CONFIG_FB_UVESA is not set
 # CONFIG_FB_OPENCORES is not set