summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1046ardb.conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-10-19 16:31:29 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-28 11:39:37 -0200
commitac5f923eda44d26c666adcbfc09bff6a29edb40a (patch)
treef14c83aaa660f631bbe4b1e341cb60b69ad60f72 /conf/machine/ls1046ardb.conf
parentafa8868b17e29d650586c4643b42898d93892de8 (diff)
downloadmeta-freescale-ac5f923eda44d26c666adcbfc09bff6a29edb40a.tar.gz
ls1046ardb: update u-boot configs
*sdcard boot need the below binary for secure boot u-boot-spl.bin and u-boot-dtb.bin Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls1046ardb.conf')
-rw-r--r--conf/machine/ls1046ardb.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf
index b069f975..b67db1e4 100644
--- a/conf/machine/ls1046ardb.conf
+++ b/conf/machine/ls1046ardb.conf
@@ -14,12 +14,14 @@ KERNEL_IMAGETYPES = "itbImage"
14 14
15UBOOT_ENTRYPOINT = "0x80080000" 15UBOOT_ENTRYPOINT = "0x80080000"
16 16
17UBOOT_CONFIG ??= "emmc sdcard sdcard-secure-boot qspi-secure-boot qspi" 17UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi"
18UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin" 18UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin"
19UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin" 19UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
20UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin" 20UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin"
21UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin" 21UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin"
22UBOOT_CONFIG[sdcard-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" 22UBOOT_CONFIG[sdcard-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
23UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
24UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
23 25
24KERNEL_DEVICETREE ?= "\ 26KERNEL_DEVICETREE ?= "\
25 freescale/fsl-ls1046a-rdb-sdk.dtb \ 27 freescale/fsl-ls1046a-rdb-sdk.dtb \