summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/conf/machine/p2020ds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fsl-ppc/conf/machine/p2020ds.conf')
-rw-r--r--meta-fsl-ppc/conf/machine/p2020ds.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-fsl-ppc/conf/machine/p2020ds.conf b/meta-fsl-ppc/conf/machine/p2020ds.conf
index 75107876..96433a2e 100644
--- a/meta-fsl-ppc/conf/machine/p2020ds.conf
+++ b/meta-fsl-ppc/conf/machine/p2020ds.conf
@@ -5,7 +5,6 @@
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6 6
7require conf/machine/include/e500v2.inc 7require conf/machine/include/e500v2.inc
8require conf/machine/include/soc-family.inc
9 8
10SOC_FAMILY = "p2020" 9SOC_FAMILY = "p2020"
11BOOTFORMAT_CONFIG = "config_sram_p2020ds.dat" 10BOOTFORMAT_CONFIG = "config_sram_p2020ds.dat"
@@ -15,6 +14,3 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
15 14
16JFFS2_ERASEBLOCK = "0x20000" 15JFFS2_ERASEBLOCK = "0x20000"
17 16
18SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
19SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
20USE_VT = "0"