commit | 2ecaafd2e832593e3f5b0a14c166ff88e4bebe43 | [log] [tgz] |
---|---|---|
author | Daniel Boulby <daniel.boulby@arm.com> | Mon Jul 16 14:09:15 2018 +0100 |
committer | Daniel Boulby <daniel.boulby@arm.com> | Wed Aug 01 16:26:26 2018 +0100 |
tree | 8de9abcb6c0669dc4ac1838c4e4ab0a01a47b801 | |
parent | 60e062fb0e33f7d9825267cbfb397d7c7aca1169 [diff] |
Fix build for SEPARATE_CODE_AND_RODATA=0 TF won't build since no memory region is specified for when SEPARATE_CODE_AND_RODATA=0 it still relies on the ARM_MAP_BL_RO_DATA region which is never defined for this case. Create memory region combining code and RO data for when the build flag SEPARATE_CODE_AND_RODATA=0 to fix this Change-Id: I6c129eb0833497710cce55e76b8908ce03e0a638 Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>