diff options
author | Matthew McClintock <msm@freescale.com> | 2012-07-11 17:26:51 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-08-14 13:41:12 -0500 |
commit | 29d32a8a64b854cd4f13063317d6e9292675179d (patch) | |
tree | 112bfe77d26f446bedbde046f50c1e4a454dbb1c /conf/machine/p1010rdb.conf | |
parent | 0585b36e23a6dd36396e96682eeef378636ab54b (diff) | |
download | meta-fsl-ppc-29d32a8a64b854cd4f13063317d6e9292675179d.tar.gz |
move serial console definitions into machine.conf so they are available for all distros (e.g. poky and fsl)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'conf/machine/p1010rdb.conf')
-rw-r--r-- | conf/machine/p1010rdb.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf index 908219f..f7c8885 100644 --- a/conf/machine/p1010rdb.conf +++ b/conf/machine/p1010rdb.conf | |||
@@ -13,3 +13,4 @@ JFFS2_ERASEBLOCK = "0x20000" | |||
13 | SYSVINIT_ENABLED_GETTYS = "" | 13 | SYSVINIT_ENABLED_GETTYS = "" |
14 | USE_VT = "" | 14 | USE_VT = "" |
15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||