summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/ls1012ardb-32b.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/ls1012ardb-32b.conf b/conf/machine/ls1012ardb-32b.conf
index 1cdcaf6a..b8e34d68 100644
--- a/conf/machine/ls1012ardb-32b.conf
+++ b/conf/machine/ls1012ardb-32b.conf
@@ -12,6 +12,12 @@ require conf/machine/include/arm/arch-arm64.inc
12 12
13DEFAULTTUNE = "armv7ahf-neon" 13DEFAULTTUNE = "armv7ahf-neon"
14 14
15KERNEL_CLASSES = " kernel-itbimage "
16KERNEL_IMAGETYPES = "itbImage"
17
18DTB_LOAD = "0x9ffe0000"
19UBOOT_ENTRYPOINT = "0x80008000"
20
15UBOOT_CONFIG ??= "qspi-secure-boot qspi" 21UBOOT_CONFIG ??= "qspi-secure-boot qspi"
16UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin"
17UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 23UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"