summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1020rdb.conf
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-11 01:07:56 -0500
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-15 14:13:19 +0800
commit9ad3bda4d3eee1f983ec3732bae08e867ff8ccbd (patch)
treed58db52015c7d35c4d5b32497d5c39e1cb404960 /conf/machine/p1020rdb.conf
parent54547effff61545cfeee2bef1d807175f0e14e0e (diff)
downloadmeta-fsl-ppc-9ad3bda4d3eee1f983ec3732bae08e867ff8ccbd.tar.gz
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 <b28495@freescale.com>
Diffstat (limited to 'conf/machine/p1020rdb.conf')
-rw-r--r--conf/machine/p1020rdb.conf6
1 files changed, 0 insertions, 6 deletions
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 @@
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 = "p1020" 9SOC_FAMILY = "p1020"
11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" 10BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
12UBOOT_MACHINES ?= " P1020RDB-PD P1020RDB-PD_NAND P1020RDB-PD_SDCARD P1020RDB-PD_SPIFLASH" 11UBOOT_MACHINES ?= " P1020RDB-PD P1020RDB-PD_NAND P1020RDB-PD_SDCARD P1020RDB-PD_SPIFLASH"
13
14KERNEL_DEVICETREE ?= "p1020rdb-pd_32b.dtb" 12KERNEL_DEVICETREE ?= "p1020rdb-pd_32b.dtb"
15
16KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
17 14
18JFFS2_ERASEBLOCK = "0x20000" 15JFFS2_ERASEBLOCK = "0x20000"
19 16
20SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
21SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
22USE_VT = "0"