Merge "refactor(bl31): introduce vendor extend rodata section" into integration

This commit is contained in:
Julius Werner 2022-08-16 02:12:01 +02:00 committed by TrustedFirmware Code Review
commit 958b839664

View file

@ -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 */