From 8b433e41f61e6b35f3c8f8a7544ad4635fb9e967 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 20 Apr 2017 18:16:35 +0100 Subject: raspberrypi2.conf: Make SERIAL_CONSOLE overwritable Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf index 9b4c02a..a17289c 100644 --- a/conf/machine/raspberrypi2.conf +++ b/conf/machine/raspberrypi2.conf @@ -7,7 +7,7 @@ DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" require conf/machine/include/tune-cortexa7.inc include conf/machine/include/rpi-base.inc -SERIAL_CONSOLE = "115200 ttyAMA0" +SERIAL_CONSOLE ?= "115200 ttyAMA0" UBOOT_MACHINE = "rpi_2_config" VC4_CMA_SIZE ?= "cma-256" -- cgit v1.2.3-54-g00ecf