From: Hou Zhiqiang Date: Fri, 14 Apr 2017 06:48:21 +0000 (+0800) Subject: armv8: ls1043aqds: Integrate FSL PPA X-Git-Tag: v2017.05-rc3~56^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1b09290596ddc4604253a54a4fc313fc11770c9;p=oweals%2Fu-boot.git armv8: ls1043aqds: Integrate FSL PPA The PPA is a EL3 firmware, which support PSCI, hotplug, power-management features etc. Signed-off-by: Hou Zhiqiang Reviewed-by: York Sun --- diff --git a/board/freescale/ls1043aqds/ls1043aqds.c b/board/freescale/ls1043aqds/ls1043aqds.c index 2df63e468d..8fbd3a74bd 100644 --- a/board/freescale/ls1043aqds/ls1043aqds.c +++ b/board/freescale/ls1043aqds/ls1043aqds.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include @@ -325,6 +326,10 @@ int board_init(void) config_serdes_mux(); #endif +#ifdef CONFIG_FSL_LS_PPA + ppa_init(); +#endif + return 0; }