Re: [U-Boot] [PATCH v2] armv8: ls1028a: select BOARD_LATE_INIT config

2019-08-22 Thread Prabhakar Kushwaha

> -Original Message-
> From: Yuantian Tang 
> Sent: Tuesday, July 2, 2019 1:46 PM
> To: Prabhakar Kushwaha ;
> albert.u.b...@aribaud.net
> Cc: u-boot@lists.denx.de; Andy Tang 
> Subject: [PATCH v2] 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 
> ---

This patch has been applied to fsl-qoriq master, awaiting upstream.

--pk
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v2] armv8: ls1028a: select BOARD_LATE_INIT config

2019-07-02 Thread Yuantian Tang
Select BOARD_LATE_INIT for ls1028ardb and ls1028aqds targets
so that late init work can be done

Signed-off-by: Yuantian Tang 
---
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

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot