From acf40f50b895cac6d38d350d57df1c9f6390a117 Mon Sep 17 00:00:00 2001 From: Yuantian Tang Date: Tue, 2 Jul 2019 16:16:22 +0800 Subject: [PATCH] armv8: ls1028a: select BOARD_LATE_INIT config Select BOARD_LATE_INIT for ls1028ardb and ls1028aqds targets so that late init work can be done. Signed-off-by: Yuantian Tang Reviewed-by: Prabhakar Kushwaha --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1cb89c6f15..a693f1593b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1093,6 +1093,7 @@ config TARGET_LS2080A_SIMU select ARCH_MISC_INIT select ARM64 select ARMV8_MULTIENTRY + select BOARD_LATE_INIT help Support for Freescale LS2080A_SIMU platform The LS2080A Development System (QDS) is a pre silicon @@ -1306,6 +1307,7 @@ config TARGET_LS1028AQDS select ARM64 select ARMV8_MULTIENTRY select ARCH_SUPPORT_TFABOOT + select BOARD_LATE_INIT help Support for Freescale LS1028AQDS platform The LS1028A Development System (QDS) is a high-performance -- 2.25.1