diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-08-12 22:42:41 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:15 -0300 |
commit | 66cef5d1606c5999fd13d0687ec207bbfa2eb5c6 (patch) | |
tree | 2adade891e807da0e05ec37ef0a9cb84620a6f9a /conf/machine/b4420qds.conf | |
parent | c9ac03e59b99c4c407d30081dd548c4dc8e7039f (diff) | |
download | meta-freescale-66cef5d1606c5999fd13d0687ec207bbfa2eb5c6.tar.gz |
Update machine conf of e6500 targets
* update the DESCRIPTION to provide more details
* switch to UBOOT_CONFIG way for u-boot build
* add EXTRA_IMAGEDEPENDS
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/b4420qds.conf')
-rw-r--r-- | conf/machine/b4420qds.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf index c5433e86..31f0a5d8 100644 --- a/conf/machine/b4420qds.conf +++ b/conf/machine/b4420qds.conf | |||
@@ -1,15 +1,19 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: Freescale B4420QDS | 2 | #@NAME: Freescale B4420QDS |
3 | #@SOC: b4420 | 3 | #@SOC: b4420 |
4 | #@DESCRIPTION: Machine configuration for running B4420QDS in 32-bit mode | 4 | #@DESCRIPTION: Machine configuration for Freescale QorIQ Qonverge B4420 |
5 | # Application Development System with ppce6500 core in | ||
6 | # 32b mode | ||
5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | 7 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> |
6 | 8 | ||
7 | require conf/machine/include/e6500.inc | 9 | require conf/machine/include/e6500.inc |
8 | 10 | ||
9 | SOC_FAMILY = "b4:b4420" | 11 | SOC_FAMILY = "b4:b4420" |
10 | UBOOT_MACHINES ?= "B4420QDS" | 12 | UBOOT_CONFIG ??= "nor" |
13 | UBOOT_CONFIG[nor] = "B4420QDS_config" | ||
11 | KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb" | 14 | KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb" |
12 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" | 15 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" |
13 | 16 | ||
14 | JFFS2_ERASEBLOCK = "0x10000" | 17 | JFFS2_ERASEBLOCK = "0x10000" |
15 | 18 | ||
19 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw" | ||