diff options
| author | Ting Liu <b28495@freescale.com> | 2014-07-11 01:07:56 -0500 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-15 14:13:19 +0800 |
| commit | 9ad3bda4d3eee1f983ec3732bae08e867ff8ccbd (patch) | |
| tree | d58db52015c7d35c4d5b32497d5c39e1cb404960 /conf/machine/p5020ds.conf | |
| parent | 54547effff61545cfeee2bef1d807175f0e14e0e (diff) | |
| download | meta-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/p5020ds.conf')
| -rw-r--r-- | conf/machine/p5020ds.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf index 42ab769..7effe1e 100644 --- a/conf/machine/p5020ds.conf +++ b/conf/machine/p5020ds.conf | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> |
| 6 | 6 | ||
| 7 | require conf/machine/include/e5500.inc | 7 | require conf/machine/include/e5500.inc |
| 8 | require conf/machine/include/soc-family.inc | ||
| 9 | 8 | ||
| 10 | SOC_FAMILY = "p5020" | 9 | SOC_FAMILY = "p5020" |
| 11 | UBOOT_MACHINES ?= "P5020DS P5020DS_NAND P5020DS_SECURE_BOOT P5020DS_SDCARD P5020DS_SPIFLASH " | 10 | UBOOT_MACHINES ?= "P5020DS P5020DS_NAND P5020DS_SECURE_BOOT P5020DS_SDCARD P5020DS_SPIFLASH " |
| @@ -14,6 +13,3 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | |||
| 14 | 13 | ||
| 15 | JFFS2_ERASEBLOCK = "0x10000" | 14 | JFFS2_ERASEBLOCK = "0x10000" |
| 16 | 15 | ||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 19 | USE_VT = "0" | ||
