diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-09-15 10:27:10 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-09-21 17:31:32 -0300 |
commit | e10a4e0259b6cfad477db2294480a8806f790ecf (patch) | |
tree | 7f5bf29ec056f9cde3cefdc5b3564a71d7f3e91e /conf | |
parent | 225bb471b6674a4833cf2aecaf6514df83c6b93f (diff) | |
download | meta-freescale-e10a4e0259b6cfad477db2294480a8806f790ecf.tar.gz |
ls1046ardb:update UBOOT_CONFIG
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index f3ecd6d3..b069f975 100644 --- a/conf/machine/ls1046ardb.conf +++ b/conf/machine/ls1046ardb.conf | |||
@@ -14,11 +14,12 @@ KERNEL_IMAGETYPES = "itbImage" | |||
14 | 14 | ||
15 | UBOOT_ENTRYPOINT = "0x80080000" | 15 | UBOOT_ENTRYPOINT = "0x80080000" |
16 | 16 | ||
17 | UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi" | 17 | UBOOT_CONFIG ??= "emmc sdcard 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 | 23 | ||
23 | KERNEL_DEVICETREE ?= "\ | 24 | KERNEL_DEVICETREE ?= "\ |
24 | freescale/fsl-ls1046a-rdb-sdk.dtb \ | 25 | freescale/fsl-ls1046a-rdb-sdk.dtb \ |