[PATCH] board: ls1028ardb: add BOARD_LATE_INIT config
andy.tang at nxp.com
andy.tang at nxp.com
Mon Mar 9 07:10:07 CET 2020
From: Yuantian Tang <andy.tang at nxp.com>
Select BOARD_LATE_INIT config so that many board works can be done
in late init stage.
Signed-off-by: Yuantian Tang <andy.tang at nxp.com>
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8d9f7fcce7..d871c13aab 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1376,6 +1376,7 @@ config TARGET_LS1028ARDB
select ARM64
select ARMV8_MULTIENTRY
select ARCH_SUPPORT_TFABOOT
+ 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