summaryrefslogtreecommitdiffstats
path: root/conf/machine/b4860qds-64b.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-08-13 09:33:50 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-15 14:45:08 -0300
commit8d672c804c8aa1fcc6d7954666aac85d104a64ed (patch)
treeda508c65a2766305e7946b3a390559a9450695f0 /conf/machine/b4860qds-64b.conf
parent2664dd0fb63d93b604668daa9cd22f280c61287e (diff)
downloadmeta-freescale-8d672c804c8aa1fcc6d7954666aac85d104a64ed.tar.gz
adjust UBOOT_CONFIG order to let nor as the last one
The symlink u-boot.bin and u-boot-${MACHINE}.bin will be linked to binary of the last UBOOT_CONFIG. Put nor u-boot as the last one. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/b4860qds-64b.conf')
-rw-r--r--conf/machine/b4860qds-64b.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf
index 6ace6433..b3ef4e69 100644
--- a/conf/machine/b4860qds-64b.conf
+++ b/conf/machine/b4860qds-64b.conf
@@ -9,7 +9,8 @@
9require conf/machine/include/e6500-64b.inc 9require conf/machine/include/e6500-64b.inc
10 10
11SOC_FAMILY = "b4:b4860" 11SOC_FAMILY = "b4:b4860"
12UBOOT_CONFIG ??= "nor secure-boot" 12
13UBOOT_CONFIG ??= "secure-boot nor"
13UBOOT_CONFIG[nor] = "B4860QDS_config" 14UBOOT_CONFIG[nor] = "B4860QDS_config"
14UBOOT_CONFIG[secure-boot] = "B4860QDS_SECURE_BOOT_config" 15UBOOT_CONFIG[secure-boot] = "B4860QDS_SECURE_BOOT_config"
15 16
@@ -19,7 +20,5 @@ KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb \
19KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 20KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
20 21
21JFFS2_ERASEBLOCK = "0x10000" 22JFFS2_ERASEBLOCK = "0x10000"
22
23EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" 23EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
24
25USE_VT ?= "0" 24USE_VT ?= "0"