summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls2088ardb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/ls2088ardb.conf')
-rw-r--r--conf/machine/ls2088ardb.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf
index 1621cab0..8d878f03 100644
--- a/conf/machine/ls2088ardb.conf
+++ b/conf/machine/ls2088ardb.conf
@@ -9,6 +9,11 @@ require conf/machine/include/arm/arch-arm64.inc
9 9
10MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:" 10MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:"
11 11
12KERNEL_CLASSES = " kernel-itbimage "
13KERNEL_IMAGETYPES = "itbImage"
14
15UBOOT_ENTRYPOINT = "0x80080000"
16
12UBOOT_CONFIG ??= "secure-boot nor" 17UBOOT_CONFIG ??= "secure-boot nor"
13UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" 18UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
14UBOOT_CONFIG[secure-boot] = "ls2080ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 19UBOOT_CONFIG[secure-boot] = "ls2080ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"