Separate BL functions out of arch.h
Move the BL function prototypes out of arch.h and into the
appropriate header files to allow more efficient header file
inclusion. Create new BL private header files where there is no
sensible existing header file.
Change-Id: I45f3e10b72b5d835254a6f25a5e47cf4cfb274c3
diff --git a/bl1/bl1_main.c b/bl1/bl1_main.c
index dbf6c9d..57a8a1a 100644
--- a/bl1/bl1_main.c
+++ b/bl1/bl1_main.c
@@ -35,8 +35,7 @@
#include <platform.h>
#include <semihosting.h>
#include <bl1.h>
-
-void bl1_arch_next_el_setup(void);
+#include "bl1_private.h"
/*******************************************************************************
* Function to perform late architectural and platform specific initialization.