From: Ting Liu <[email protected]> Signed-off-by: Ting Liu <[email protected]> --- 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" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
