diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-08-13 09:33:50 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-15 14:45:08 -0300 |
| commit | 8d672c804c8aa1fcc6d7954666aac85d104a64ed (patch) | |
| tree | da508c65a2766305e7946b3a390559a9450695f0 /conf/machine/t4240qds-64b.conf | |
| parent | 2664dd0fb63d93b604668daa9cd22f280c61287e (diff) | |
| download | meta-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/t4240qds-64b.conf')
| -rw-r--r-- | conf/machine/t4240qds-64b.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf index 1b960c2e9..c5fbe49d4 100644 --- a/conf/machine/t4240qds-64b.conf +++ b/conf/machine/t4240qds-64b.conf | |||
| @@ -9,7 +9,7 @@ require conf/machine/include/e6500-64b.inc | |||
| 9 | 9 | ||
| 10 | SOC_FAMILY = "t4:t4240" | 10 | SOC_FAMILY = "t4:t4240" |
| 11 | 11 | ||
| 12 | UBOOT_CONFIG ??= "nor secure-boot" | 12 | UBOOT_CONFIG ??= "secure-boot nor" |
| 13 | UBOOT_CONFIG[nor] = "T4240QDS_config" | 13 | UBOOT_CONFIG[nor] = "T4240QDS_config" |
| 14 | UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config" | 14 | UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config" |
| 15 | 15 | ||
| @@ -19,7 +19,5 @@ KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ | |||
| 19 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" | 19 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" |
| 20 | 20 | ||
| 21 | JFFS2_ERASEBLOCK = "0x10000" | 21 | JFFS2_ERASEBLOCK = "0x10000" |
| 22 | |||
| 23 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" | 22 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" |
| 24 | |||
| 25 | USE_VT ?= "0" | 23 | USE_VT ?= "0" |
