summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2017-03-14 17:32:12 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-03-17 17:01:28 -0300
commit6f63e862decdb6c8c154e14d2c23fb8b6c515a9e (patch)
tree006f59e02d9daff9c108b307d657b1dcbbc7d650 /conf
parent9ae5cf458b3b1061ffd338842d84edc576142257 (diff)
downloadmeta-freescale-6f63e862decdb6c8c154e14d2c23fb8b6c515a9e.tar.gz
ls1046ardb-32b: update u-boot configs
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1046ardb-32b.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/machine/ls1046ardb-32b.conf b/conf/machine/ls1046ardb-32b.conf
index 0ea132a9..e262d1f0 100644
--- a/conf/machine/ls1046ardb-32b.conf
+++ b/conf/machine/ls1046ardb-32b.conf
@@ -11,10 +11,11 @@ require conf/machine/include/arm/arch-arm64.inc
11 11
12DEFAULTTUNE = "armv7ahf-neon" 12DEFAULTTUNE = "armv7ahf-neon"
13 13
14UBOOT_CONFIG ??= "emmc sdcard qspi" 14UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi"
15UBOOT_CONFIG[emmc] = "ls1046ardb_aarch32_emmc_defconfig,,u-boot-with-spl-pbl.bin" 15UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[sdcard] = "ls1046ardb_aarch32_sdcard_defconfig,,u-boot-with-spl-pbl.bin" 16UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
17UBOOT_CONFIG[qspi] = "ls1046ardb_aarch32_qspi_config,,u-boot-dtb.bin" 17UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin"
18UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin"
18 19
19KERNEL_DEVICETREE ?= "\ 20KERNEL_DEVICETREE ?= "\
20 freescale/fsl-ls1046a-rdb.dtb \ 21 freescale/fsl-ls1046a-rdb.dtb \