commit | 4119ba211bc4f1bf638f41e50b7a0f329f58aa16 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Oct 29 18:30:13 2018 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Mon Oct 29 19:02:08 2018 -0700 |
tree | 610206a3dc7dea8cfb074e9849b2c257c23eaf9a | |
parent | fe278d1a959283c185ceef0703d8570bf907b95d [diff] |
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>