diff options
Diffstat (limited to 'include/bl1.h')
-rw-r--r-- | include/bl1.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/bl1.h b/include/bl1.h index 9920cb80..ddb5ecfb 100644 --- a/include/bl1.h +++ b/include/bl1.h @@ -33,12 +33,6 @@ #include <bl_common.h> -/****************************************************************************** - * Function ID of the only SMC that the BL1 exception handlers service. - * The chosen value is the first function ID of the ARM SMC64 range. - *****************************************************************************/ -#define RUN_IMAGE 0xC0000000 - #ifndef __ASSEMBLY__ /****************************************** |