commit | 4e97abd7e6435877c57c7b83596c24099c718316 | [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 | 07180432fd813f88ce27f5a056ded497ec2e781d [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>