summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi4.conf
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-09-13 12:22:19 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-09-16 14:44:39 +0100
commitc1d16a30258aca6eff7948fb54b05c184e8037a1 (patch)
tree98ea76251ecc7ef727f60dbe2b4b2f71e740e8fe /conf/machine/raspberrypi4.conf
parent0381ac4d08abdb3dda815e6594536ac774baad8d (diff)
downloadmeta-raspberrypi-c1d16a30258aca6eff7948fb54b05c184e8037a1.tar.gz
raspberrypi*.conf: Remove vc4 configuration as we already default to it
As of late[1], we defaulted to enabling vc4graphics in MACHINE_FEATURES. Let's cleanup the machine configurations as per this change. [1] https://github.com/agherzan/meta-raspberrypi/pull/417 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf/machine/raspberrypi4.conf')
-rw-r--r--conf/machine/raspberrypi4.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf
index 42c765f..1bcf931 100644
--- a/conf/machine/raspberrypi4.conf
+++ b/conf/machine/raspberrypi4.conf
@@ -16,6 +16,5 @@ SDIMG_KERNELIMAGE ?= "kernel7l.img"
16UBOOT_MACHINE = "rpi_4_32b_config" 16UBOOT_MACHINE = "rpi_4_32b_config"
17SERIAL_CONSOLES ?= "115200;ttyS0" 17SERIAL_CONSOLES ?= "115200;ttyS0"
18 18
19MACHINE_FEATURES_append = " vc4graphics"
20VC4DTBO ?= "vc4-fkms-v3d" 19VC4DTBO ?= "vc4-fkms-v3d"
21ARMSTUB ?= "armstub7.bin" 20ARMSTUB ?= "armstub7.bin"