summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi3-64.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 16:24:27 +0100
commit3194c0bccf63edc82d962074977924c4829d0efc (patch)
tree507dcc0b824c113e0f97daa316d34d05426ada29 /conf/machine/raspberrypi3-64.conf
parentbfa90d0cf6b219fd2d5e86d4dbf096fa6ff135f3 (diff)
downloadmeta-raspberrypi-3194c0bccf63edc82d962074977924c4829d0efc.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/raspberrypi3-64.conf')
-rw-r--r--conf/machine/raspberrypi3-64.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf
index 60fe8bd..23b59ed 100644
--- a/conf/machine/raspberrypi3-64.conf
+++ b/conf/machine/raspberrypi3-64.conf
@@ -23,7 +23,6 @@ RPI_KERNEL_DEVICETREE = " \
23SERIAL_CONSOLES ?= "115200;ttyS0" 23SERIAL_CONSOLES ?= "115200;ttyS0"
24 24
25UBOOT_MACHINE = "rpi_3_config" 25UBOOT_MACHINE = "rpi_3_config"
26MACHINE_FEATURES_append = " vc4graphics"
27 26
28# When u-boot is enabled we need to use the "Image" format and the "booti" 27# When u-boot is enabled we need to use the "Image" format and the "booti"
29# command to load the kernel 28# command to load the kernel