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 <ting.liu@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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"