From 0d28786dac56aecce9d3f7f74dd4b9c63779f2bc Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 20 Apr 2017 18:17:10 +0100 Subject: [PATCH] raspberrypi3-64.conf: Make SERIAL_CONSOLE overwritable Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi3-64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 0efe3ff..60f823b 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf @@ -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"