From 225bb471b6674a4833cf2aecaf6514df83c6b93f Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 15 Sep 2017 10:27:09 +0800 Subject: ls1043ardb: update UBOOT_CONFIG Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- conf/machine/ls1043ardb.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf') 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" UBOOT_ENTRYPOINT = "0x80080000" -UBOOT_CONFIG ??= "nand sdcard nor" +UBOOT_CONFIG ??= "nand sdcard secure-boot nand-secure-boot sdcard-secure-boot nor" UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin" UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" +UBOOT_CONFIG[nand-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[sdcard-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" -- cgit v1.2.3-54-g00ecf