[meta-freescale] [PATCH v4 21/34] ls2088ardb: update uboot config

Chunrong Guo B40290 at freescale.com
Tue Oct 17 22:06:30 PDT 2017


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

* add nor and nand uboot types

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

diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf
index 170d6a4..0fcb6fa 100644
--- a/conf/machine/ls2088ardb.conf
+++ b/conf/machine/ls2088ardb.conf
@@ -14,7 +14,9 @@ KERNEL_IMAGETYPES = "itbImage"
 
 UBOOT_ENTRYPOINT = "0x80080000"
 
-UBOOT_CONFIG ??= "qspi-secure-boot qspi"
+UBOOT_CONFIG ??= "qspi-secure-boot qspi nand nor"
+UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[nand] = "ls2080ardb_nand_defconfig,,u-boot-dtb.bin"
 UBOOT_CONFIG[qspi] = "ls2088ardb_qspi_defconfig,,u-boot-dtb.bin"
 UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
 
-- 
1.9.0



More information about the meta-freescale mailing list