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/p1020rdb.conf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'conf/machine/p1020rdb.conf') diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf index 3fa7377..e2b706e 100644 --- a/conf/machine/p1020rdb.conf +++ b/conf/machine/p1020rdb.conf @@ -5,18 +5,12 @@ #@MAINTAINER: Chunrong Guo require conf/machine/include/e500v2.inc -require conf/machine/include/soc-family.inc SOC_FAMILY = "p1020" BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" UBOOT_MACHINES ?= " P1020RDB-PD P1020RDB-PD_NAND P1020RDB-PD_SDCARD P1020RDB-PD_SPIFLASH" - KERNEL_DEVICETREE ?= "p1020rdb-pd_32b.dtb" - 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