]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1046ardb-32b: update u-boot configs
authorTing Liu <ting.liu@nxp.com>
Tue, 14 Mar 2017 09:32:12 +0000 (17:32 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 17 Mar 2017 20:01:28 +0000 (17:01 -0300)
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/ls1046ardb-32b.conf

index 0ea132a90284b39ed588a2ce7a4a0d243e680639..e262d1f027bd861469d260eb03d28f6a909c48b7 100644 (file)
@@ -11,10 +11,11 @@ require conf/machine/include/arm/arch-arm64.inc
 
 DEFAULTTUNE = "armv7ahf-neon"
 
-UBOOT_CONFIG ??= "emmc sdcard qspi"
-UBOOT_CONFIG[emmc] = "ls1046ardb_aarch32_emmc_defconfig,,u-boot-with-spl-pbl.bin"
-UBOOT_CONFIG[sdcard] = "ls1046ardb_aarch32_sdcard_defconfig,,u-boot-with-spl-pbl.bin"
-UBOOT_CONFIG[qspi] = "ls1046ardb_aarch32_qspi_config,,u-boot-dtb.bin"
+UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi"
+UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin"
+UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin"
 
 KERNEL_DEVICETREE ?= "\
     freescale/fsl-ls1046a-rdb.dtb \