diff options
author | Victor Chong <victor.chong@linaro.org> | 2017-10-27 00:09:14 +0900 |
---|---|---|
committer | Victor Chong <victor.chong@linaro.org> | 2017-12-12 13:01:09 +0900 |
commit | 5a3ec61f538ca5037ebd8ba485d27310044b0f53 (patch) | |
tree | c669b2730a57228e4adf436f132dd974493b14d7 /plat/hisilicon/poplar | |
parent | 78896ac36e1c03ef898f670547a3208f4442673e (diff) |
poplar: Rename PLAT_ARM_NS_IMAGE_OFFSET
to PLAT_POPLAR_NS_IMAGE_OFFSET
Signed-off-by: Victor Chong <victor.chong@linaro.org>
Diffstat (limited to 'plat/hisilicon/poplar')
-rw-r--r-- | plat/hisilicon/poplar/bl2_plat_setup.c | 2 | ||||
-rw-r--r-- | plat/hisilicon/poplar/include/platform_def.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plat/hisilicon/poplar/bl2_plat_setup.c b/plat/hisilicon/poplar/bl2_plat_setup.c index 1741475b..e5342578 100644 --- a/plat/hisilicon/poplar/bl2_plat_setup.c +++ b/plat/hisilicon/poplar/bl2_plat_setup.c @@ -159,5 +159,5 @@ void bl2_platform_setup(void) unsigned long plat_get_ns_image_entrypoint(void) { - return PLAT_ARM_NS_IMAGE_OFFSET; + return PLAT_POPLAR_NS_IMAGE_OFFSET; } diff --git a/plat/hisilicon/poplar/include/platform_def.h b/plat/hisilicon/poplar/include/platform_def.h index b7afe820..8f297710 100644 --- a/plat/hisilicon/poplar/include/platform_def.h +++ b/plat/hisilicon/poplar/include/platform_def.h @@ -52,7 +52,7 @@ #define BL_MEM_LIMIT (BL31_LIMIT) #define BL_MEM_SIZE (BL_MEM_LIMIT - BL_MEM_BASE) -#define PLAT_ARM_NS_IMAGE_OFFSET 0x37000000 +#define PLAT_POPLAR_NS_IMAGE_OFFSET 0x37000000 /* Page table and MMU setup constants */ #define ADDR_SPACE_SIZE (1ull << 32) |