From ecb269577b607baa03d31ebad904fb88f24b9805 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 7e99da1..5e2b80c 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf @@ -35,7 +35,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"