diff options
author | Yuantian Tang <andy.tang@nxp.com> | 2019-07-02 16:16:22 +0800 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-08-22 09:07:35 +0530 |
commit | acf40f50b895cac6d38d350d57df1c9f6390a117 (patch) | |
tree | 6d88b014b8ddcf7d011840e811b1f4b8ce6b804a | |
parent | 0f6607f9e9d4638f5d7759c95f4c513e57e3b3dc (diff) | |
download | u-boot-acf40f50b895cac6d38d350d57df1c9f6390a117.tar.gz |
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 <andy.tang@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |