summaryrefslogtreecommitdiff
path: root/bl2/bl2_main.c
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2014-04-17 18:53:42 +0100
committerDan Handley <dan.handley@arm.com>2014-05-06 12:35:02 +0100
commit5b827a8fb6ea5cddf2cc80d724b58350457afc54 (patch)
tree016a80265dc3aaff1f1ab13a3554404ce2ee46dd /bl2/bl2_main.c
parent8a4fb6f6582d2bbe6470978724ea648fad43fba5 (diff)
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
Diffstat (limited to 'bl2/bl2_main.c')
-rw-r--r--bl2/bl2_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bl2/bl2_main.c b/bl2/bl2_main.c
index cb0519a6..a7159fbe 100644
--- a/bl2/bl2_main.c
+++ b/bl2/bl2_main.c
@@ -38,6 +38,7 @@
#include <bl_common.h>
#include <bl2.h>
#include <debug.h>
+#include "bl2_private.h"
/*******************************************************************************
* The only thing to do in BL2 is to load further images and pass control to