Commit 5a3ec61f authored by Victor Chong's avatar Victor Chong
Browse files

poplar: Rename PLAT_ARM_NS_IMAGE_OFFSET



to PLAT_POPLAR_NS_IMAGE_OFFSET
Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
parent 78896ac3
......@@ -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;
}
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment