diff options
-rw-r--r-- | conf/machine/raspberrypi4-64.conf | 2 |
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 = " \ | |||
19 | SDIMG_KERNELIMAGE ?= "kernel8.img" | 19 | SDIMG_KERNELIMAGE ?= "kernel8.img" |
20 | SERIAL_CONSOLES ?= "115200;ttyS0" | 20 | SERIAL_CONSOLES ?= "115200;ttyS0" |
21 | 21 | ||
22 | MACHINE_FEATURES_append = " vc4graphics" | 22 | MACHINE_FEATURES_append = " armstub vc4graphics" |
23 | VC4DTBO ?= "vc4-fkms-v3d" | 23 | VC4DTBO ?= "vc4-fkms-v3d" |
24 | ARMSTUB ?= "armstub8-gic.bin" | 24 | ARMSTUB ?= "armstub8-gic.bin" |
25 | 25 | ||