mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
raspberrypi4: Use vc4-fkms-v3d
Currently, we use vc4-kms-v3d as the default overlay for VC4 but this seems to break vc4 at runtime on RPi4. Change this to vc4-fkms-v3d for now as this is the default Raspbian ons as well. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
11f4377629
commit
bc90c9a569
|
@ -15,3 +15,4 @@ SDIMG_KERNELIMAGE ?= "kernel7.img"
|
|||
SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
|
||||
MACHINE_FEATURES_append = " vc4graphics"
|
||||
VC4DTBO ?= "vc4-fkms-v3d"
|
||||
|
|
Loading…
Reference in New Issue
Block a user