linker scripts: Drop .note.GNU-stack sections

With newer toolchains we see a warning about:
missing .note.GNU-stack section implies executable stack
NOTE: This behaviour is deprecated and will be removed in a future
version of the linker

Follow the lead of the Linux kernel here and discard this section.

Signed-off-by: Tom Rini <trini@konsulko.com>
10 files changed