diff options
Diffstat (limited to 'bl1/aarch64/bl1_exceptions.S')
-rw-r--r-- | bl1/aarch64/bl1_exceptions.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bl1/aarch64/bl1_exceptions.S b/bl1/aarch64/bl1_exceptions.S index e57f2288..68d088b7 100644 --- a/bl1/aarch64/bl1_exceptions.S +++ b/bl1/aarch64/bl1_exceptions.S @@ -29,11 +29,9 @@ */ #include <arch.h> +#include <asm_macros.S> #include <bl_common.h> -#include <bl1.h> -#include <platform.h> #include <runtime_svc.h> -#include <asm_macros.S> .globl bl1_exceptions |