summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/ls2088ardb.conf4
1 files changed, 3 insertions, 1 deletions
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"
14 14
15UBOOT_ENTRYPOINT = "0x80080000" 15UBOOT_ENTRYPOINT = "0x80080000"
16 16
17UBOOT_CONFIG ??= "qspi-secure-boot qspi" 17UBOOT_CONFIG ??= "qspi-secure-boot qspi nand nor"
18UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
19UBOOT_CONFIG[nand] = "ls2080ardb_nand_defconfig,,u-boot-dtb.bin"
18UBOOT_CONFIG[qspi] = "ls2088ardb_qspi_defconfig,,u-boot-dtb.bin" 20UBOOT_CONFIG[qspi] = "ls2088ardb_qspi_defconfig,,u-boot-dtb.bin"
19UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
20 22