raspberrypi3-64.conf: Add vc4graphics to MACHINE_FEATURES

Userland wont work in 64bit mode

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2017-02-16 10:46:44 -08:00 committed by Andrei Gherzan
parent f81e9ac1bb
commit 9d418db5ed

View File

@ -36,5 +36,6 @@ SERIAL_CONSOLE = "115200 ttyS0"
VC4_CMA_SIZE ?= "cma-256"
UBOOT_MACHINE = "rpi_3_config"
MACHINE_FEATURES_append = " vc4graphics"
PREFERRED_VERSION_linux-raspberrypi ?= "4.9.%"