mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "refactor(bl31): introduce vendor extend rodata section" into integration
This commit is contained in:
commit
958b839664
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ SECTIONS
|
|||
__RODATA_START__ = .;
|
||||
*(SORT_BY_ALIGNMENT(.rodata*))
|
||||
|
||||
#if PLAT_EXTRA_RODATA_INCLUDES
|
||||
#include <plat.ld.rodata.inc>
|
||||
#endif
|
||||
|
||||
RODATA_COMMON
|
||||
|
||||
/* Place pubsub sections for events */
|
||||
|
|
Loading…
Add table
Reference in a new issue