ARMv8/ls1043ardb: Integrate FSL PPA
[oweals/u-boot.git] / board / freescale / ls1043ardb / ls1043ardb.c
index 14365207da1b383cb755fcc15657dd526629165e..d3e37b4996a0a87adc389b6451df0ee4cbfb34cf 100644 (file)
@@ -24,7 +24,9 @@
 #ifdef CONFIG_U_QE
 #include <fsl_qe.h>
 #endif
-
+#ifdef CONFIG_FSL_LS_PPA
+#include <asm/arch/ppa.h>
+#endif
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -92,6 +94,10 @@ int board_init(void)
        enable_layerscape_ns_access();
 #endif
 
+#ifdef CONFIG_FSL_LS_PPA
+       ppa_init();
+#endif
+
 #ifdef CONFIG_U_QE
        u_qe_init();
 #endif