summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1046ardb.conf6
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:"
9require conf/machine/include/qoriq-arm64.inc 9require conf/machine/include/qoriq-arm64.inc
10require conf/machine/include/arm/arch-arm64.inc 10require conf/machine/include/arm/arch-arm64.inc
11 11
12KERNEL_CLASSES = " kernel-itbimage " 12KERNEL_CLASSES = " kernel-fitimage "
13KERNEL_IMAGETYPES = "itbImage" 13KERNEL_IMAGETYPES = "fitImage"
14 14
15DTB_LOAD = "0x90000000" 15UBOOT_DTB_LOADADDRESS = "0x90000000"
16UBOOT_ENTRYPOINT = "0x80080000" 16UBOOT_ENTRYPOINT = "0x80080000"
17 17
18UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi" 18UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi"