diff options
Diffstat (limited to 'plat/fvp/bl1_plat_setup.c')
-rw-r--r-- | plat/fvp/bl1_plat_setup.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plat/fvp/bl1_plat_setup.c b/plat/fvp/bl1_plat_setup.c index 818c4e3f..e92303de 100644 --- a/plat/fvp/bl1_plat_setup.c +++ b/plat/fvp/bl1_plat_setup.c @@ -28,12 +28,14 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <assert.h> #include <arch_helpers.h> -#include <platform.h> +#include <assert.h> +#include <bl_common.h> #include <bl1.h> #include <console.h> #include <cci400.h> +#include <mmio.h> +#include <platform.h> /******************************************************************************* * Declarations of linker defined symbols which will help us find the layout |