mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 18:44:22 +00:00
Merge "fix(build): discard sections also with SEPARATE_NOBITS_REGION" into integration
This commit is contained in:
commit
53be5274ff
1 changed files with 3 additions and 3 deletions
|
@ -186,10 +186,10 @@ SECTIONS
|
||||||
__RW_END__ = .;
|
__RW_END__ = .;
|
||||||
__BL31_END__ = .;
|
__BL31_END__ = .;
|
||||||
|
|
||||||
|
ASSERT(. <= BL31_LIMIT, "BL31 image has exceeded its limit.")
|
||||||
|
#endif
|
||||||
|
|
||||||
/DISCARD/ : {
|
/DISCARD/ : {
|
||||||
*(.dynsym .dynstr .hash .gnu.hash)
|
*(.dynsym .dynstr .hash .gnu.hash)
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT(. <= BL31_LIMIT, "BL31 image has exceeded its limit.")
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue