From e2603e56d68e7b54b86c7fe6843f3b886b1be8d0 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 13 Apr 2016 13:06:21 -0400 Subject: raspberrypi*.conf: Serial console definition split The latest raspberrypi3 puts its console on ttyS0 instead of ttyAMA0 (like all the preceding boards). Therefore pull this definition out of the common include file and add it separately for each MACHINE. Signed-off-by: Trevor Woerner --- conf/machine/include/rpi-base.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'conf/machine/include/rpi-base.inc') diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 34eb774..f64bc9d 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -7,8 +7,6 @@ include conf/machine/include/soc-family.inc IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" -SERIAL_CONSOLE = "115200 ttyAMA0" - XSERVER = " \ xserver-xorg \ xf86-input-evdev \ -- cgit v1.2.3-54-g00ecf