[meta-freescale] [PATCH 24/29] ls1088ardb: update UBOOT_CONFIG

Chunrong Guo B40290 at freescale.com
Wed Sep 27 22:34:05 PDT 2017


From: Chunrong Guo <chunrong.guo at nxp.com>

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>>
---
 conf/machine/ls1088ardb.conf | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf
index 9771ba2..2027cad 100644
--- a/conf/machine/ls1088ardb.conf
+++ b/conf/machine/ls1088ardb.conf
@@ -14,10 +14,11 @@ KERNEL_IMAGETYPES = "itbImage"
 
 UBOOT_ENTRYPOINT = "0x80080000"
 
-UBOOT_CONFIG ??= "secure-boot sdcard-qspi qspi"
-UBOOT_CONFIG[secure-boot] = "ls1088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG ??= "qspi-secure-boot sdcard-secure-boot sdcard qspi"
+UBOOT_CONFIG[qspi-secure-boot] = "ls1088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
 UBOOT_CONFIG[qspi] = "ls1088ardb_qspi_defconfig,,u-boot-dtb.bin"
-UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_sdcard_qspi_defconfig,,u-boot-with-spl.bin"
+UBOOT_CONFIG[sdcard] = "ls1088ardb_sdcard_qspi_defconfig,,u-boot-with-spl.bin"
+UBOOT_CONFIG[sdcard-secure-boot] = "ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig,,u-boot-with-spl.bin"
 
 KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
-- 
1.9.0



More information about the meta-freescale mailing list