From: Yuantian Tang <andy.t...@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.t...@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