Fix handling with FB on RPi4 (#477)

This commit is contained in:
Pascal Vizeli
2019-09-13 14:08:47 +02:00
committed by GitHub
parent 6668d77b93
commit e71400cd5c
6 changed files with 5 additions and 10 deletions

View File

@@ -3,8 +3,6 @@ CONFIG_EFI_STUB=y
CONFIG_SCSI_LOWLEVEL=y
CONFIG_USB_XHCI_HCD=y
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
CONFIG_IGB=y
CONFIG_IWLWIFI=m

View File

@@ -62,10 +62,6 @@ kernel=u-boot.bin
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
[all]
#dtoverlay=vc4-fkms-v3d
#max_framebuffers=2

View File

@@ -1,3 +1,2 @@
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
CONFIG_FB_SIMPLE=y
# CONFIG_FB_BCM2708 is not set