summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240rdb.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/t4240rdb.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/t4240rdb.conf')
-rw-r--r--conf/machine/t4240rdb.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
index 1e51a404..fa4c0b02 100644
--- a/conf/machine/t4240rdb.conf
+++ b/conf/machine/t4240rdb.conf
@@ -18,7 +18,5 @@ KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \
18KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 18KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
19 19
20JFFS2_ERASEBLOCK = "0x10000" 20JFFS2_ERASEBLOCK = "0x10000"
21
22EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" 21EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
23
24USE_VT ?= "0" 22USE_VT ?= "0"