summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/raspberrypi4-64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf
index 96fc46b..ea1f6c2 100644
--- a/conf/machine/raspberrypi4-64.conf
+++ b/conf/machine/raspberrypi4-64.conf
@@ -19,7 +19,7 @@ RPI_KERNEL_DEVICETREE = " \
19SDIMG_KERNELIMAGE ?= "kernel8.img" 19SDIMG_KERNELIMAGE ?= "kernel8.img"
20SERIAL_CONSOLES ?= "115200;ttyS0" 20SERIAL_CONSOLES ?= "115200;ttyS0"
21 21
22MACHINE_FEATURES_append = " vc4graphics" 22MACHINE_FEATURES_append = " armstub vc4graphics"
23VC4DTBO ?= "vc4-fkms-v3d" 23VC4DTBO ?= "vc4-fkms-v3d"
24ARMSTUB ?= "armstub8-gic.bin" 24ARMSTUB ?= "armstub8-gic.bin"
25 25