]> git.baikalelectronics.ru Git - arm-tf.git/commit
Fix boot failures on some builds linked with ld.lld.
authorArve Hjønnevåg <arve@android.com>
Fri, 7 Feb 2020 22:12:35 +0000 (14:12 -0800)
committerArve Hjønnevåg <arve@android.com>
Wed, 12 Feb 2020 19:09:00 +0000 (19:09 +0000)
commit412865907699c67d16274e3e474969eebf83e99c
treedd5f1936bf3ece71423c9762876b6e887343817a
parent76776c2c67c2f12ac97b118bef5e0477cbb00b13
Fix boot failures on some builds linked with ld.lld.

Pad the .rodata section to 16 bytes as ld.lld does not apply the ALIGN
statement on the .data section to the LMA. Fixes boot failure on builds
where the .rodata section happens to not be 16 bytes aligned.

Change-Id: I4e95678f73d8b326c5fc749dc7d0ce84e2d603f5
Signed-off-by: Arve Hjønnevåg <arve@android.com>
bl1/bl1.ld.S