diff --git a/bl31/bl31.ld.S b/bl31/bl31.ld.S index 8a1573ab6..7708d5694 100644 --- a/bl31/bl31.ld.S +++ b/bl31/bl31.ld.S @@ -47,6 +47,10 @@ SECTIONS __RODATA_START__ = .; *(SORT_BY_ALIGNMENT(.rodata*)) +#if PLAT_EXTRA_RODATA_INCLUDES +#include +#endif + RODATA_COMMON /* Place pubsub sections for events */