diff options
Diffstat (limited to 'plat/marvell')
-rw-r--r-- | plat/marvell/common/marvell_bl31_setup.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/plat/marvell/common/marvell_bl31_setup.c b/plat/marvell/common/marvell_bl31_setup.c index 802c01383..26ba90654 100644 --- a/plat/marvell/common/marvell_bl31_setup.c +++ b/plat/marvell/common/marvell_bl31_setup.c @@ -8,6 +8,7 @@ #include <assert.h> #include <arch.h> +#include <common/bl_common.h> #include <common/debug.h> #ifdef USE_CCI #include <drivers/arm/cci.h> @@ -20,15 +21,6 @@ #include <plat_marvell.h> /* - * The next 3 constants identify the extents of the code, RO data region and the - * limit of the BL31 image. These addresses are used by the MMU setup code and - * therefore they must be page-aligned. It is the responsibility of the linker - * script to ensure that __RO_START__, __RO_END__ & __BL31_END__ linker symbols - * refer to page-aligned addresses. - */ -#define BL31_END (unsigned long)(&__BL31_END__) - -/* * Placeholder variables for copying the arguments that have been passed to * BL31 from BL2. */ |