raspberrypi3-64.conf: Make SERIAL_CONSOLE overwritable

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan
2017-04-20 18:17:10 +01:00
parent b05e5e32a4
commit 0d28786dac

View File

@ -33,7 +33,7 @@ KERNEL_DEVICETREE = " \
overlays/vc4-kms-v3d.dtbo \
"
SERIAL_CONSOLE = "115200 ttyS0"
SERIAL_CONSOLE ?= "115200 ttyS0"
VC4_CMA_SIZE ?= "cma-256"
UBOOT_MACHINE = "rpi_3_config"