diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2013-12-02 15:41:25 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2013-12-12 16:06:48 +0000 |
commit | ba6980a8db0215ba42c103b80f8981cfda80171c (patch) | |
tree | bac9dcc41298aa6f1a278bf78e5284ed70680d80 /bl31 | |
parent | ee12f6f7497882fdcc8acc7774c516739296799e (diff) |
Move RUN_IMAGE constant from bl1.h to bl_common.h
RUN_IMAGE constant is used by all bootloader stages.
Change-Id: I1b4e28d8fcf3ad1363f202c859f5efab0f320efe
Diffstat (limited to 'bl31')
-rw-r--r-- | bl31/aarch64/bl31_entrypoint.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bl31/aarch64/bl31_entrypoint.S b/bl31/aarch64/bl31_entrypoint.S index 593cc1d0..2a4c979d 100644 --- a/bl31/aarch64/bl31_entrypoint.S +++ b/bl31/aarch64/bl31_entrypoint.S @@ -28,7 +28,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <bl1.h> #include <bl_common.h> #include <platform.h> #include <arch.h> |