From: Hoegeun Kwon Date: Wed, 15 May 2019 10:10:45 +0000 (+0900) Subject: ARM: tizen_bcm2709_defconfig: Disable FB_BCM2708 X-Git-Tag: accepted/tizen/unified/20200709.164653~165 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99030437b778f4aee6801fb4c17b4e771a76ea5e;p=platform%2Fkernel%2Flinux-rpi.git 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 --- 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