From e28e6e64224accf762887a597f5485af5bb12268 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 15 May 2017 08:07:15 +0200 Subject: raspberrypi0.conf: make SERIAL_CONSOLE overridable from outside currently there is no way to override the default SERIAL_CONSOLE, this variable needs to be set only if the developer didn't set it already from another layer. Signed-off-by: Gianfranco Costamagna --- conf/machine/raspberrypi0.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf index 7c2b811..3bd9e95 100644 --- a/conf/machine/raspberrypi0.conf +++ b/conf/machine/raspberrypi0.conf @@ -5,5 +5,5 @@ MACHINEOVERRIDES = "raspberrypi:${MACHINE}" include conf/machine/raspberrypi.conf -SERIAL_CONSOLE = "115200 ttyAMA0" +SERIAL_CONSOLE ?= "115200 ttyAMA0" VC4_CMA_SIZE ?= "cma-128" -- cgit v1.2.3-54-g00ecf