diff options
-rw-r--r-- | conf/machine/ls1012ardb.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf index 249a151b..bd86de41 100644 --- a/conf/machine/ls1012ardb.conf +++ b/conf/machine/ls1012ardb.conf | |||
@@ -10,10 +10,10 @@ 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 " | 13 | KERNEL_CLASSES = " kernel-fitimage " |
14 | KERNEL_IMAGETYPES = "itbImage" | 14 | KERNEL_IMAGETYPES = "fitImage" |
15 | 15 | ||
16 | DTB_LOAD = "0x90000000" | 16 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
17 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
18 | 18 | ||
19 | UBOOT_CONFIG ??= "qspi-secure-boot qspi" | 19 | UBOOT_CONFIG ??= "qspi-secure-boot qspi" |