diff options
-rw-r--r-- | conf/machine/ls1012ardb.conf | 6 |
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:" | |||
10 | require conf/machine/include/qoriq-arm64.inc | 10 | require conf/machine/include/qoriq-arm64.inc |
11 | require conf/machine/include/arm/arch-arm64.inc | 11 | require conf/machine/include/arm/arch-arm64.inc |
12 | 12 | ||
13 | KERNEL_CLASSES = " kernel-itbimage " | ||
14 | KERNEL_IMAGETYPES = "itbImage" | ||
15 | |||
16 | DTB_LOAD = "0x90000000" | ||
17 | UBOOT_ENTRYPOINT = "0x80080000" | ||
18 | |||
13 | UBOOT_CONFIG ??= "qspi-secure-boot qspi" | 19 | UBOOT_CONFIG ??= "qspi-secure-boot qspi" |
14 | UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin" |
15 | UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |