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-28 17:43:28 +0100
commit8812722ab7638566ace1139be8c1785110cc445d (patch)
tree1f22a987e6acbabcc6a75e8d62bbfb1bd06a79d6
parent1e993c74f9f6a67092bbe9f6744fa2c170e68e64 (diff)
downloadmeta-raspberrypi-ag/rpi4.tar.gz
raspberrypi4: Use vc4-fkms-v3dag/rpi4
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"