diff options
Diffstat (limited to 'plat/fvp/bl2_plat_setup.c')
-rw-r--r-- | plat/fvp/bl2_plat_setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/fvp/bl2_plat_setup.c b/plat/fvp/bl2_plat_setup.c index 8517497e..a4960aa1 100644 --- a/plat/fvp/bl2_plat_setup.c +++ b/plat/fvp/bl2_plat_setup.c @@ -28,12 +28,12 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <assert.h> #include <arch_helpers.h> -#include <platform.h> -#include <bl2.h> +#include <assert.h> #include <bl_common.h> +#include <bl2.h> #include <console.h> +#include <platform.h> /******************************************************************************* * Declarations of linker defined symbols which will help us find the layout |