From f95491903a8a27ce29337118f85e2c838ca80c59 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 20 Apr 2017 12:22:49 +0100 Subject: raspberrypi.conf: Have the ability to overwrite SERIAL_CONSOLE Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index ad3b061..ddd3801 100644 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf @@ -7,7 +7,7 @@ DEFAULTTUNE ?= "arm1176jzfshf" require conf/machine/include/tune-arm1176jzf-s.inc include conf/machine/include/rpi-base.inc -SERIAL_CONSOLE = "115200 ttyAMA0" +SERIAL_CONSOLE ?= "115200 ttyAMA0" UBOOT_MACHINE = "rpi_config" VC4_CMA_SIZE_raspberrypi ?= "cma-64" -- cgit v1.2.3-54-g00ecf