From 9ad3bda4d3eee1f983ec3732bae08e867ff8ccbd Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 11 Jul 2014 01:07:56 -0500 Subject: conf/machine/: move common bits to inc files * add four new files to hold common bits: include/qoriq-base.inc include/qoriq-default-providers.inc include/qoriq-default-settings.inc include/qoriq-default-versions.inc * add 'qoriq-ppc' into list of MACHINEOVERRIDES Signed-off-by: Ting Liu --- conf/machine/p1021rdb.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'conf/machine/p1021rdb.conf') diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf index 711a62d..4c793e8 100644 --- a/conf/machine/p1021rdb.conf +++ b/conf/machine/p1021rdb.conf @@ -5,7 +5,6 @@ #@MAINTAINER: Chunrong Guo require conf/machine/include/e500v2.inc -require conf/machine/include/soc-family.inc SOC_FAMILY = "p1021" BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" @@ -15,6 +14,3 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" JFFS2_ERASEBLOCK = "0x20000" -SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" -SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" -USE_VT = "0" -- cgit v1.2.3-54-g00ecf