aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-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"
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"