xtensa: add NOTES section to the linker script
commit4119ba211bc4f1bf638f41e50b7a0f329f58aa16
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 30 Oct 2018 01:30:13 +0000 (29 18:30 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 30 Oct 2018 02:02:08 +0000 (29 19:02 -0700)
tree610206a3dc7dea8cfb074e9849b2c257c23eaf9a
parentfe278d1a959283c185ceef0703d8570bf907b95d
xtensa: add NOTES section to the linker script

This section collects all source .note.* sections together in the
vmlinux image. Without it .note.Linux section may be placed at address
0, while the rest of the kernel is at its normal address, resulting in a
huge vmlinux.bin image that may not be linked into the xtensa Image.elf.

Cc: stable@vger.kernel.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/boot/Makefile
arch/xtensa/kernel/vmlinux.lds.S