Skip to content
Commit 1cb73db7 authored by David Hu's avatar David Hu
Browse files

Boot: Move BL2 shared area definitions to region_defs.h



Move BOOT_TFM_SHARED_DATA_BASE and BOOT_TFM_SHARED_DATA_SIZE macros
definitions from flash_layout.h to region_defs.h in each platform,
for the following reasons:
1. BL2 shared area sits in the RAM area. It is more natural to put
   the definitions in region_defs.h
2. In some topologies and platforms, the base address of BL2 shared
   area is calculated based on other regions in RAM layout during
   compiling. It can be more flexible to put those definitions into
   region_defs.h

Change-Id: Ia846194bdaff1f6e659761042594102a4ad523cb
Signed-off-by: default avatarDavid Hu <david.hu@arm.com>
parent 6a0424e3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment