summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1020utm.conf
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-07-11 17:26:51 -0500
committerMatthew McClintock <msm@freescale.com>2012-07-11 17:27:29 -0500
commit99bb2ef49f7cc3328331014b7e589594c381ba8d (patch)
tree3a0d5505c59667592d5112db37bfa5d34d072494 /conf/machine/p1020utm.conf
parent18d470097cfa18efe02c38ad122f9e760c42e20e (diff)
downloadmeta-fsl-ppc-99bb2ef49f7cc3328331014b7e589594c381ba8d.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/p1020utm.conf')
-rw-r--r--conf/machine/p1020utm.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/p1020utm.conf b/conf/machine/p1020utm.conf
index 7929841..ec6f2e2 100644
--- a/conf/machine/p1020utm.conf
+++ b/conf/machine/p1020utm.conf
@@ -10,4 +10,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020utm-pc_32b.dts"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x20000" 12JFFS2_ERASEBLOCK = "0x20000"
13 13SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
14SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"