summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/conf/machine/p4080ds.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
commit528285dfb196b8bdfa25c6d84eaf659b83c5cbdd (patch)
tree0db8eac56e993453d5b589095182d81597529ac9 /meta-fsl-ppc/conf/machine/p4080ds.conf
parent0117961f98e4bd4c33152f05c37a9092bed50dfb (diff)
downloadmeta-freescale-528285dfb196b8bdfa25c6d84eaf659b83c5cbdd.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 'meta-fsl-ppc/conf/machine/p4080ds.conf')
-rw-r--r--meta-fsl-ppc/conf/machine/p4080ds.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-fsl-ppc/conf/machine/p4080ds.conf b/meta-fsl-ppc/conf/machine/p4080ds.conf
index 51c0fed8..1b6fad74 100644
--- a/meta-fsl-ppc/conf/machine/p4080ds.conf
+++ b/meta-fsl-ppc/conf/machine/p4080ds.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/e500mc.inc 7require conf/machine/include/e500mc.inc
8require conf/machine/include/soc-family.inc
9 8
10SOC_FAMILY = "p4080" 9SOC_FAMILY = "p4080"
11UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH " 10UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH "
@@ -14,6 +13,3 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_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"