aboutsummaryrefslogtreecommitdiffstats
path: root/bl1/bl1_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 /bl1/bl1_main.c
parent8a4fb6f6582d2bbe6470978724ea648fad43fba5 (diff)
downloadplatform_external_arm-trusted-firmware-5b827a8fb6ea5cddf2cc80d724b58350457afc54.tar.gz
platform_external_arm-trusted-firmware-5b827a8fb6ea5cddf2cc80d724b58350457afc54.tar.bz2
platform_external_arm-trusted-firmware-5b827a8fb6ea5cddf2cc80d724b58350457afc54.zip
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 'bl1/bl1_main.c')
-rw-r--r--bl1/bl1_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bl1/bl1_main.c b/bl1/bl1_main.c
index dbf6c9d08..57a8a1a12 100644
--- a/bl1/bl1_main.c
+++ b/bl1/bl1_main.c
@@ -35,8 +35,7 @@
#include <platform.h>
#include <semihosting.h>
#include <bl1.h>
-
-void bl1_arch_next_el_setup(void);
+#include "bl1_private.h"
/*******************************************************************************
* Function to perform late architectural and platform specific initialization.