summaryrefslogtreecommitdiffstats
path: root/conf/machine/p2020rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p2020rdb.conf')
-rw-r--r--conf/machine/p2020rdb.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index c3d08c9..9544c25 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.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_p1022ds.dat" 10BOOTFORMAT_CONFIG = "config_sram_p1022ds.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"