From: Chunrong Guo Date: Wed, 18 Oct 2017 05:06:30 +0000 (+0800) Subject: ls2088ardb: update uboot config X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a9574035ad7bb46f37817f0c07611778017760ca;p=meta-freescale.git ls2088ardb: update uboot config * add nor and nand uboot types Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf index 170d6a40..0fcb6faa 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"