summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1043ardb.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf
index e5e622a3..05431db2 100644
--- a/conf/machine/ls1043ardb.conf
+++ b/conf/machine/ls1043ardb.conf
@@ -15,11 +15,13 @@ KERNEL_IMAGETYPES = "itbImage"
15 15
16UBOOT_ENTRYPOINT = "0x80080000" 16UBOOT_ENTRYPOINT = "0x80080000"
17 17
18UBOOT_CONFIG ??= "nand sdcard nor" 18UBOOT_CONFIG ??= "nand sdcard secure-boot nand-secure-boot sdcard-secure-boot nor"
19UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin" 19UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
20UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin" 20UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
21UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin" 21UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
22UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
23UBOOT_CONFIG[nand-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
24UBOOT_CONFIG[sdcard-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
23 25
24KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" 26KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb"
25KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" 27KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"