ARM: tizen_bcm2709_defconfig: Disable FB_BCM2708
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 15 May 2019 10:10:45 +0000 (19:10 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 6 Jul 2020 09:07:44 +0000 (18:07 +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 65dbef3..cdbdab9 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