From d273a90c39a1a81cf173b5fc0e4ffaef306da5e3 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Thu, 13 Aug 2015 15:12:22 +0200 Subject: [PATCH] If SERIAL_CONSOLE is already define by another layer, this value may not be good. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Perrot (cherry picked from commit c8532df1c2e4812b3520d32ed49be943bea2edd9) Signed-off-by: Petter Mabäcker --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \