diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-10-19 16:31:29 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-28 11:39:37 -0200 |
commit | ac5f923eda44d26c666adcbfc09bff6a29edb40a (patch) | |
tree | f14c83aaa660f631bbe4b1e341cb60b69ad60f72 /conf | |
parent | afa8868b17e29d650586c4643b42898d93892de8 (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/ls1046ardb.conf | 4 |
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 | ||
15 | UBOOT_ENTRYPOINT = "0x80080000" | 15 | UBOOT_ENTRYPOINT = "0x80080000" |
16 | 16 | ||
17 | UBOOT_CONFIG ??= "emmc sdcard sdcard-secure-boot qspi-secure-boot qspi" | 17 | UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi" |
18 | 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" |
19 | 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" |
20 | UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin" |
21 | UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin" |
22 | UBOOT_CONFIG[sdcard-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | 22 | UBOOT_CONFIG[sdcard-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" |
23 | UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin" | ||
24 | UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
23 | 25 | ||
24 | KERNEL_DEVICETREE ?= "\ | 26 | KERNEL_DEVICETREE ?= "\ |
25 | freescale/fsl-ls1046a-rdb-sdk.dtb \ | 27 | freescale/fsl-ls1046a-rdb-sdk.dtb \ |