diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2019-09-13 12:22:19 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-09-16 14:44:39 +0100 |
| commit | c1d16a30258aca6eff7948fb54b05c184e8037a1 (patch) | |
| tree | 98ea76251ecc7ef727f60dbe2b4b2f71e740e8fe /conf/machine/raspberrypi4.conf | |
| parent | 0381ac4d08abdb3dda815e6594536ac774baad8d (diff) | |
| download | meta-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.conf | 1 |
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" | |||
| 16 | UBOOT_MACHINE = "rpi_4_32b_config" | 16 | UBOOT_MACHINE = "rpi_4_32b_config" |
| 17 | SERIAL_CONSOLES ?= "115200;ttyS0" | 17 | SERIAL_CONSOLES ?= "115200;ttyS0" |
| 18 | 18 | ||
| 19 | MACHINE_FEATURES_append = " vc4graphics" | ||
| 20 | VC4DTBO ?= "vc4-fkms-v3d" | 19 | VC4DTBO ?= "vc4-fkms-v3d" |
| 21 | ARMSTUB ?= "armstub7.bin" | 20 | ARMSTUB ?= "armstub7.bin" |
