bl2_el3: clean up linker script
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 14 Jun 2019 08:49:17 +0000 (17:49 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 14 Jun 2019 11:56:52 +0000 (20:56 +0900)
commit2f6f00dc89a31d9a9fa4a8917c9c5101ba9a8278
tree5e116353a929c02c57db1f34989dd29676ceade2
parentdc593ddc07fc942fd1c43106b7783550a8ad6714
bl2_el3: clean up linker script

This linker script is so unreadable due to sprinkled #ifdef.

Direct read-only data to 'ROM' and read-write data to 'RAM'.

Both go to the same memory device when BL2_IN_XIP_MEM is disabled.

Change-Id: Ieeac3f1a4e05e9e8599de2ec84260819c70f361e
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
bl2/bl2_el3.ld.S