mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-11-23 17:59:40 +00:00
caa3e7e0a4
Move the data section to the common header.
I slightly tweaked some scripts as follows:
[1] bl1.ld.S has ALIGN(16). I added DATA_ALIGN macro, which is 1
by default, but overridden by bl1.ld.S. Currently, ALIGN(16)
of the .data section is redundant because commit
|
||
---|---|---|
.. | ||
aarch32 | ||
aarch64 | ||
bl2u_main.c | ||
bl2u.ld.S | ||
bl2u.mk |