From: Chunrong Guo <chunrong....@nxp.com>

Signed-off-by: Chunrong Guo <chunrong....@nxp.com>
---
 conf/machine/ls2088ardb.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf
index 8d878f0..170d6a4 100644
--- a/conf/machine/ls2088ardb.conf
+++ b/conf/machine/ls2088ardb.conf
@@ -14,9 +14,9 @@ KERNEL_IMAGETYPES = "itbImage"
 
 UBOOT_ENTRYPOINT = "0x80080000"
 
-UBOOT_CONFIG ??= "secure-boot nor"
-UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
-UBOOT_CONFIG[secure-boot] = "ls2080ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG ??= "qspi-secure-boot qspi"
+UBOOT_CONFIG[qspi] = "ls2088ardb_qspi_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[qspi-secure-boot] = 
"ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
 
 KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
-- 
1.9.0

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to