summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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