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 | d22a53ebedc57e2ac29adf6820d75d431770c3c8 (patch) | |
tree | 6a27b25e50172d8b324d8c2d51537d0d67b68fa0 /meta-fsl-ppc/conf/machine/p5040ds-64b.conf | |
parent | a266c832ec27cff645d682ece599a8cd7d1f2095 (diff) | |
download | meta-freescale-d22a53ebedc57e2ac29adf6820d75d431770c3c8.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 'meta-fsl-ppc/conf/machine/p5040ds-64b.conf')
-rw-r--r-- | meta-fsl-ppc/conf/machine/p5040ds-64b.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-ppc/conf/machine/p5040ds-64b.conf b/meta-fsl-ppc/conf/machine/p5040ds-64b.conf index 091f81f7..44c3b7d2 100644 --- a/meta-fsl-ppc/conf/machine/p5040ds-64b.conf +++ b/meta-fsl-ppc/conf/machine/p5040ds-64b.conf | |||
@@ -13,3 +13,4 @@ JFFS2_ERASEBLOCK = "0x10000" | |||
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}" | ||