From ba6980a8db0215ba42c103b80f8981cfda80171c Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Mon, 2 Dec 2013 15:41:25 +0000 Subject: Move RUN_IMAGE constant from bl1.h to bl_common.h RUN_IMAGE constant is used by all bootloader stages. Change-Id: I1b4e28d8fcf3ad1363f202c859f5efab0f320efe --- include/bl1.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/bl1.h') 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 -/****************************************************************************** - * 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__ /****************************************** -- cgit v1.2.3