diff options
author | Ting Liu <ting.liu@nxp.com> | 2017-03-14 17:32:09 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-03-17 17:01:28 -0300 |
commit | 3f582104a4aa16b16aa4515776586b4661f996b6 (patch) | |
tree | d515f5052186a14b52f3864fec15cbc0b20ea3b0 /conf | |
parent | feddf8f0c17f4999fd62364ece372ee76b3b0f9f (diff) | |
download | meta-freescale-3f582104a4aa16b16aa4515776586b4661f996b6.tar.gz |
ls1043ardb-32b: update u-boot configs
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ls1043ardb-32b.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf index 75514137..ae213432 100644 --- a/conf/machine/ls1043ardb-32b.conf +++ b/conf/machine/ls1043ardb-32b.conf | |||
@@ -12,10 +12,10 @@ require conf/machine/include/arm/arch-arm64.inc | |||
12 | DEFAULTTUNE = "armv7ahf-neon" | 12 | DEFAULTTUNE = "armv7ahf-neon" |
13 | 13 | ||
14 | UBOOT_CONFIG ??= "nand sdcard nor" | 14 | UBOOT_CONFIG ??= "nand sdcard nor" |
15 | UBOOT_CONFIG[nor] = "ls1043ardb_aarch32_config,,u-boot-dtb.bin" | 15 | UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin" |
16 | UBOOT_CONFIG[nand] = "ls1043ardb_aarch32_nand_config,,u-boot-with-spl-pbl.bin" | 16 | UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin" |
17 | UBOOT_CONFIG[sdcard] = "ls1043ardb_aarch32_sdcard_config,,u-boot-with-spl-pbl.bin" | 17 | UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin" |
18 | UBOOT_CONFIG[secure-boot] = "ls1043ardb_aarch32_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 18 | UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
19 | 19 | ||
20 | QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" | 20 | QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" |
21 | 21 | ||