From 99030437b778f4aee6801fb4c17b4e771a76ea5e Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Wed, 15 May 2019 19:10:45 +0900 Subject: [PATCH] ARM: tizen_bcm2709_defconfig: Disable FB_BCM2708 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 --- arch/arm/configs/tizen_bcm2709_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_bcm2709_defconfig b/arch/arm/configs/tizen_bcm2709_defconfig index 65dbef3..cdbdab9 100644 --- a/arch/arm/configs/tizen_bcm2709_defconfig +++ b/arch/arm/configs/tizen_bcm2709_defconfig @@ -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 -- 2.7.4