summaryrefslogtreecommitdiff
path: root/plat/arm/board/juno/juno_bl1_setup.c
diff options
context:
space:
mode:
authorIsla Mitchell <isla.mitchell@arm.com>2017-07-14 10:48:25 +0100
committerIsla Mitchell <isla.mitchell@arm.com>2017-07-14 10:50:40 +0100
commit4adb10c1ede9773ce018ddb3b56f5eb900f220f8 (patch)
tree1a884775dda1e9ed8f2ea297684784b356ea583b /plat/arm/board/juno/juno_bl1_setup.c
parent2a4b4b71ba8a14148708719077d80889faa6f47b (diff)
Fix order of ARM platform #includes
This fix modifies the order of #includes in ARM standard platforms to meet the ARM TF coding standard. Change-Id: Ide19aad6233babda4eea2d17d49e523645fed1b2 Signed-off-by: Isla Mitchell <isla.mitchell@arm.com>
Diffstat (limited to 'plat/arm/board/juno/juno_bl1_setup.c')
-rw-r--r--plat/arm/board/juno/juno_bl1_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/board/juno/juno_bl1_setup.c b/plat/arm/board/juno/juno_bl1_setup.c
index 65b956d0..7c026bcb 100644
--- a/plat/arm/board/juno/juno_bl1_setup.c
+++ b/plat/arm/board/juno/juno_bl1_setup.c
@@ -6,8 +6,8 @@
#include <bl_common.h>
#include <errno.h>
-#include <platform.h>
#include <plat_arm.h>
+#include <platform.h>
#include <sp805.h>
#include <tbbr_img_def.h>
#include <v2m_def.h>