summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-06-27 21:55:11 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commit6585c518b70e4f43533c2ede91e1af1bb1e62fdd (patch)
treea24032fdd7d762cda681515797eeadbfb7578dde
parent37aa050d5a44eb797540ef50408c2ca8e3da6fa0 (diff)
downloadmeta-raspberrypi-6585c518b70e4f43533c2ede91e1af1bb1e62fdd.tar.gz
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>
-rw-r--r--conf/machine/raspberrypi4.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf
index 39949a6..22938eb 100644
--- a/conf/machine/raspberrypi4.conf
+++ b/conf/machine/raspberrypi4.conf
@@ -15,3 +15,4 @@ SDIMG_KERNELIMAGE ?= "kernel7.img"
15SERIAL_CONSOLES ?= "115200;ttyS0" 15SERIAL_CONSOLES ?= "115200;ttyS0"
16 16
17MACHINE_FEATURES_append = " vc4graphics" 17MACHINE_FEATURES_append = " vc4graphics"
18VC4DTBO ?= "vc4-fkms-v3d"