summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/ls1012ardb.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf
index 8fe7bed5..c0b438a6 100644
--- a/conf/machine/ls1012ardb.conf
+++ b/conf/machine/ls1012ardb.conf
@@ -10,6 +10,12 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:"
10require conf/machine/include/qoriq-arm64.inc 10require conf/machine/include/qoriq-arm64.inc
11require conf/machine/include/arm/arch-arm64.inc 11require conf/machine/include/arm/arch-arm64.inc
12 12
13KERNEL_CLASSES = " kernel-itbimage "
14KERNEL_IMAGETYPES = "itbImage"
15
16DTB_LOAD = "0x90000000"
17UBOOT_ENTRYPOINT = "0x80080000"
18
13UBOOT_CONFIG ??= "qspi-secure-boot qspi" 19UBOOT_CONFIG ??= "qspi-secure-boot qspi"
14UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin" 20UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin"
15UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"