aboutsummaryrefslogtreecommitdiff
path: root/bl2
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2014-04-09 13:13:04 +0100
committerDan Handley <dan.handley@arm.com>2014-05-06 12:35:02 +0100
commit35e98e5588d09145f7d0d4d98624f6b75321a187 (patch)
treeeeba3b6c68401ee8199f75dacb242107406c7378 /bl2
parente8246c07142cf18db3c7f37bd1fb84dc416746f3 (diff)
downloadtrusted-firmware-a-35e98e5588d09145f7d0d4d98624f6b75321a187.tar.gz
Make use of user/system includes more consistent
Make codebase consistent in its use of #include "" syntax for user includes and #include <> syntax for system includes. Fixes ARM-software/tf-issues#65 Change-Id: If2f7c4885173b1fd05ac2cde5f1c8a07000c7a33
Diffstat (limited to 'bl2')
-rw-r--r--bl2/bl2_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl2/bl2_main.c b/bl2/bl2_main.c
index 1deebc8352..cb0519a60e 100644
--- a/bl2/bl2_main.c
+++ b/bl2/bl2_main.c
@@ -37,7 +37,7 @@
#include <semihosting.h>
#include <bl_common.h>
#include <bl2.h>
-#include "debug.h"
+#include <debug.h>
/*******************************************************************************
* The only thing to do in BL2 is to load further images and pass control to