summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-05-19 18:09:53 -0600
committerTom Rini <[email protected]>2026-06-04 12:27:16 -0600
commit4355a9a5f0065b31e19178a377bc5f0a7968768d (patch)
tree4a14c4b7f23dcb812e4765d454e86dc923792148 /scripts/basic
parent3ab8ea4a444ae798a173a25811081ae06cb358e3 (diff)
linker_lists: Do not set "unused" attribute
Whenever we declare something to be in a linker list, we want it to be included. This is why all of our linker scripts have a line similar to: KEEP(*(SORT(__u_boot_list*))); to ensure that any linker list found in any of the archives we are linking together makes it to the final object. Remove the places where we set an attribute saying that it is unused, or maybe_unused. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions