From c8532df1c2e4812b3520d32ed49be943bea2edd9 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Fri, 22 May 2015 12:03:55 +0200 Subject: If SERIAL_CONSOLE is already define by another layer, this value may not be good. Signed-off-by: Thomas Perrot --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index a26803a..1dda207 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -7,7 +7,7 @@ include conf/machine/include/soc-family.inc IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" -SERIAL_CONSOLE ?= "115200 ttyAMA0" +SERIAL_CONSOLE = "115200 ttyAMA0" XSERVER = " \ xserver-xorg \ -- cgit v1.2.3-54-g00ecf