diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-07-11 17:26:51 -0500 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-07-11 17:27:29 -0500 |
| commit | 99bb2ef49f7cc3328331014b7e589594c381ba8d (patch) | |
| tree | 3a0d5505c59667592d5112db37bfa5d34d072494 /conf/machine/p1020utm.conf | |
| parent | 18d470097cfa18efe02c38ad122f9e760c42e20e (diff) | |
| download | meta-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.conf | 3 |
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" | |||
| 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" |
| 11 | 11 | ||
| 12 | JFFS2_ERASEBLOCK = "0x20000" | 12 | JFFS2_ERASEBLOCK = "0x20000" |
| 13 | 13 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | |
| 14 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
