diff options
author | Trevor Woerner <twoerner@gmail.com> | 2016-04-13 13:06:21 -0400 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-21 21:16:56 +0200 |
commit | e2603e56d68e7b54b86c7fe6843f3b886b1be8d0 (patch) | |
tree | dbe4caa193c7ef93b984f4e138109eb6862cebf8 /conf/machine/include/rpi-base.inc | |
parent | 3696c0ef66320fed8d631fea023756a52061eb66 (diff) | |
download | meta-raspberrypi-e2603e56d68e7b54b86c7fe6843f3b886b1be8d0.tar.gz |
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>
Diffstat (limited to 'conf/machine/include/rpi-base.inc')
-rw-r--r-- | conf/machine/include/rpi-base.inc | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
7 | 7 | ||
8 | IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" | 8 | IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" |
9 | 9 | ||
10 | SERIAL_CONSOLE = "115200 ttyAMA0" | ||
11 | |||
12 | XSERVER = " \ | 10 | XSERVER = " \ |
13 | xserver-xorg \ | 11 | xserver-xorg \ |
14 | xf86-input-evdev \ | 12 | xf86-input-evdev \ |