summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-06-27 21:55:11 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-06-30 16:14:31 +0100
commitbc90c9a5699e19014eb107ca4959093117eee894 (patch)
tree1f22a987e6acbabcc6a75e8d62bbfb1bd06a79d6
parent11f437762932def97bfbac19ff6669c2707d17f9 (diff)
downloadmeta-raspberrypi-bc90c9a5699e19014eb107ca4959093117eee894.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"