diff options
-rw-r--r-- | conf/machine/ls1012ardb-32b.conf | 6 |
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 | ||
13 | DEFAULTTUNE = "armv7ahf-neon" | 13 | DEFAULTTUNE = "armv7ahf-neon" |
14 | 14 | ||
15 | KERNEL_CLASSES = " kernel-itbimage " | ||
16 | KERNEL_IMAGETYPES = "itbImage" | ||
17 | |||
18 | DTB_LOAD = "0x9ffe0000" | ||
19 | UBOOT_ENTRYPOINT = "0x80008000" | ||
20 | |||
15 | UBOOT_CONFIG ??= "qspi-secure-boot qspi" | 21 | UBOOT_CONFIG ??= "qspi-secure-boot qspi" |
16 | UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin" |
17 | UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 23 | UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |