summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/ls1021atwr.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index ce33bb6f..457703ee 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -13,11 +13,11 @@ require conf/machine/include/tune-cortexa7.inc
13DEFAULTTUNE = "cortexa7hf-neon" 13DEFAULTTUNE = "cortexa7hf-neon"
14 14
15UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" 15UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
16UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" 16UBOOT_CONFIG[nor] = "ls1021atwr_nor_config,,u-boot-dtb.bin"
17UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config" 17UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config,,u-boot-with-spl-pbl.bin"
18UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config" 18UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config,,u-boot-with-spl-pbl.bin"
19UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" 19UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config,,u-boot-dtb.bin"
20UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" 20UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config,,u-boot-dtb.bin"
21UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" 21UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"
22 22
23QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" 23QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"