diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-09-15 10:27:09 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-09-21 17:31:32 -0300 |
commit | 225bb471b6674a4833cf2aecaf6514df83c6b93f (patch) | |
tree | 696d05de60b680a68b9b2299fcbb601f63d4af95 /conf/machine/ls1043ardb.conf | |
parent | b0ecff46a9429bd5d8e9ba977ac6120eddbd2274 (diff) | |
download | meta-freescale-225bb471b6674a4833cf2aecaf6514df83c6b93f.tar.gz |
ls1043ardb: 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/machine/ls1043ardb.conf')
-rw-r--r-- | conf/machine/ls1043ardb.conf | 4 |
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 | ||
16 | UBOOT_ENTRYPOINT = "0x80080000" | 16 | UBOOT_ENTRYPOINT = "0x80080000" |
17 | 17 | ||
18 | UBOOT_CONFIG ??= "nand sdcard nor" | 18 | UBOOT_CONFIG ??= "nand sdcard secure-boot nand-secure-boot sdcard-secure-boot nor" |
19 | UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin" | 19 | UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin" |
20 | UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin" | 20 | UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin" |
21 | UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin" | 21 | UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin" |
22 | UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
23 | UBOOT_CONFIG[nand-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | ||
24 | UBOOT_CONFIG[sdcard-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | ||
23 | 25 | ||
24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" | 26 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" |
25 | KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" | 27 | KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" |