diff options
Diffstat (limited to 'conf/machine/ls1046ardb.conf')
-rw-r--r-- | conf/machine/ls1046ardb.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index cb7d1869..f3ecd6d3 100644 --- a/conf/machine/ls1046ardb.conf +++ b/conf/machine/ls1046ardb.conf | |||
@@ -9,6 +9,11 @@ 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 " | ||
13 | KERNEL_IMAGETYPES = "itbImage" | ||
14 | |||
15 | UBOOT_ENTRYPOINT = "0x80080000" | ||
16 | |||
12 | UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi" | 17 | UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi" |
13 | UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin" | 18 | UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin" |
14 | UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin" | 19 | UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin" |