Message ID | 20200309061007.22775-1-andy.tang@nxp.com |
---|---|
State | Accepted |
Commit | c40ebf7e43fb4bf36559aa69d9a9d63a3ce1830b |
Headers | show |
Series | board: ls1028ardb: add BOARD_LATE_INIT config | expand |
>-----Original Message----- >From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of >andy.tang at nxp.com >Sent: Monday, March 9, 2020 11:40 AM >To: Priyanka Jain <priyanka.jain at nxp.com> >Cc: u-boot at lists.denx.de; Andy Tang <andy.tang at nxp.com> >Subject: [PATCH] board: ls1028ardb: add BOARD_LATE_INIT config > >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> >--- Applied to u-boot-fsl-qoriq. Waiting upstream Thanks Priyanka
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