diff options
-rw-r--r-- | conf/machine/ls1046ardb.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index 69eb25c5..84123131 100644 --- a/conf/machine/ls1046ardb.conf +++ b/conf/machine/ls1046ardb.conf | |||
@@ -9,10 +9,10 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:" | |||
9 | require conf/machine/include/qoriq-arm64.inc | 9 | require conf/machine/include/qoriq-arm64.inc |
10 | require conf/machine/include/arm/arch-arm64.inc | 10 | require conf/machine/include/arm/arch-arm64.inc |
11 | 11 | ||
12 | KERNEL_CLASSES = " kernel-itbimage " | 12 | KERNEL_CLASSES = " kernel-fitimage " |
13 | KERNEL_IMAGETYPES = "itbImage" | 13 | KERNEL_IMAGETYPES = "fitImage" |
14 | 14 | ||
15 | DTB_LOAD = "0x90000000" | 15 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
16 | UBOOT_ENTRYPOINT = "0x80080000" | 16 | UBOOT_ENTRYPOINT = "0x80080000" |
17 | 17 | ||
18 | UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi" | 18 | UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi" |