summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2017-03-14 17:32:09 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-03-17 17:01:28 -0300
commit3f582104a4aa16b16aa4515776586b4661f996b6 (patch)
treed515f5052186a14b52f3864fec15cbc0b20ea3b0 /conf
parentfeddf8f0c17f4999fd62364ece372ee76b3b0f9f (diff)
downloadmeta-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.conf8
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
12DEFAULTTUNE = "armv7ahf-neon" 12DEFAULTTUNE = "armv7ahf-neon"
13 13
14UBOOT_CONFIG ??= "nand sdcard nor" 14UBOOT_CONFIG ??= "nand sdcard nor"
15UBOOT_CONFIG[nor] = "ls1043ardb_aarch32_config,,u-boot-dtb.bin" 15UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
16UBOOT_CONFIG[nand] = "ls1043ardb_aarch32_nand_config,,u-boot-with-spl-pbl.bin" 16UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
17UBOOT_CONFIG[sdcard] = "ls1043ardb_aarch32_sdcard_config,,u-boot-with-spl-pbl.bin" 17UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
18UBOOT_CONFIG[secure-boot] = "ls1043ardb_aarch32_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 18UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
19 19
20QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" 20QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
21 21