[U-Boot] [PATCH v2] armv8: ls1028a: select BOARD_LATE_INIT config
Yuantian Tang
andy.tang at nxp.com
Tue Jul 2 08:16:22 UTC 2019
Select BOARD_LATE_INIT for ls1028ardb and ls1028aqds targets
so that late init work can be done
Signed-off-by: Yuantian Tang <andy.tang at nxp.com>
---
v2:
- refine commit message
arch/arm/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 958d048971..8b6a68367e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1207,6 +1207,7 @@ config TARGET_LS1028AQDS
select ARCH_LS1028A
select ARM64
select ARMV8_MULTIENTRY
+ select BOARD_LATE_INIT
help
Support for Freescale LS1028AQDS platform
The LS1028A Development System (QDS) is a high-performance
@@ -1218,6 +1219,7 @@ config TARGET_LS1028ARDB
select ARCH_LS1028A
select ARM64
select ARMV8_MULTIENTRY
+ select BOARD_LATE_INIT
help
Support for Freescale LS1028ARDB platform
The LS1028A Development System (RDB) is a high-performance
--
2.17.1
More information about the U-Boot
mailing list