From 4d2908d2e89a57fc36ca007b82bd0940c58fcf0d Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 10 Jul 2015 17:45:12 +0800 Subject: ls1021atwr: update lquart/secure-boot UBOOT_CONFIG 1. config name for lpuart was renamed to ls1021atwr_nor_lpuart_config. 2. add ls1021atwr_nor_SECURE_BOOT_config for secure boot. Signed-off-by: Ting Liu Signed-off-by: Otavio Salvador --- conf/machine/ls1021atwr.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf index c8efba4..916fb4b 100644 --- a/conf/machine/ls1021atwr.conf +++ b/conf/machine/ls1021atwr.conf @@ -12,8 +12,9 @@ SOC_FAMILY = "ls102xa" UBOOT_CONFIG ??= "nor" UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" -UBOOT_CONFIG[lpuart] = "ls1021atwr_lpuart_config" +UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" +UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" -- cgit v1.2.3-54-g00ecf