From 6f63e862decdb6c8c154e14d2c23fb8b6c515a9e Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 14 Mar 2017 17:32:12 +0800 Subject: ls1046ardb-32b: update u-boot configs Signed-off-by: Ting Liu Signed-off-by: Otavio Salvador --- conf/machine/ls1046ardb-32b.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'conf') diff --git a/conf/machine/ls1046ardb-32b.conf b/conf/machine/ls1046ardb-32b.conf index 0ea132a9..e262d1f0 100644 --- a/conf/machine/ls1046ardb-32b.conf +++ b/conf/machine/ls1046ardb-32b.conf @@ -11,10 +11,11 @@ require conf/machine/include/arm/arch-arm64.inc DEFAULTTUNE = "armv7ahf-neon" -UBOOT_CONFIG ??= "emmc sdcard qspi" -UBOOT_CONFIG[emmc] = "ls1046ardb_aarch32_emmc_defconfig,,u-boot-with-spl-pbl.bin" -UBOOT_CONFIG[sdcard] = "ls1046ardb_aarch32_sdcard_defconfig,,u-boot-with-spl-pbl.bin" -UBOOT_CONFIG[qspi] = "ls1046ardb_aarch32_qspi_config,,u-boot-dtb.bin" +UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi" +UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin" +UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin" KERNEL_DEVICETREE ?= "\ freescale/fsl-ls1046a-rdb.dtb \ -- cgit v1.2.3-54-g00ecf