summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/conf/machine/p1023rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fsl-ppc/conf/machine/p1023rdb.conf')
-rw-r--r--meta-fsl-ppc/conf/machine/p1023rdb.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-fsl-ppc/conf/machine/p1023rdb.conf b/meta-fsl-ppc/conf/machine/p1023rdb.conf
index 59a9ce61..02ec4a59 100644
--- a/meta-fsl-ppc/conf/machine/p1023rdb.conf
+++ b/meta-fsl-ppc/conf/machine/p1023rdb.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 = "p1023" 9SOC_FAMILY = "p1023"
11UBOOT_MACHINES ?= "P1023RDB" 10UBOOT_MACHINES ?= "P1023RDB"
@@ -14,6 +13,3 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"
14 13
15JFFS2_ERASEBLOCK = "0x10000" 14JFFS2_ERASEBLOCK = "0x10000"
16 15
17SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
18SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
19USE_VT = "0"