arm: Place RO data in the correct RAM
The use case for the dual region memory layout without .data relocation
is for firmware with dual RAMs - one on the instruction bus and one on
the data bus. The linker scripts currently incorrectly place read-only
data in the instruction-optimized RAM when it belongs in the data-
optimized RAM.
Change-Id: I742ab6907327cd8399b6faf3d3a34507ae1002de
Signed-off-by:
Chris Kay <chris.kay@arm.com>
Loading
Please register or sign in to comment