summaryrefslogtreecommitdiffstats
path: root/conf/machine/b4420qds-64b.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/b4420qds-64b.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/b4420qds-64b.conf')
-rw-r--r--conf/machine/b4420qds-64b.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/machine/b4420qds-64b.conf b/conf/machine/b4420qds-64b.conf
index 45c820e..a623c84 100644
--- a/conf/machine/b4420qds-64b.conf
+++ b/conf/machine/b4420qds-64b.conf
@@ -5,17 +5,11 @@
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6 6
7require conf/machine/include/e6500-64b.inc 7require conf/machine/include/e6500-64b.inc
8require conf/machine/include/soc-family.inc
9 8
10SOC_FAMILY = "b4420" 9SOC_FAMILY = "b4420"
11
12# TODO: fix 32bit build of u-boot
13UBOOT_MACHINES ?= "B4420QDS" 10UBOOT_MACHINES ?= "B4420QDS"
14KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb"
15KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
16 13
17JFFS2_ERASEBLOCK = "0x10000" 14JFFS2_ERASEBLOCK = "0x10000"
18 15
19SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
20SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
21USE_VT = "0"