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 <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner
2016-04-13 13:06:21 -04:00
committed by Andrei Gherzan
parent 3696c0ef66
commit e2603e56d6
5 changed files with 8 additions and 2 deletions
-2
View File
@@ -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 \