]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: Simplify generation of compressed vmlinux.lds file
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 17 Jun 2014 14:00:54 +0000 (15:00 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 24 Jun 2014 21:54:16 +0000 (22:54 +0100)
commitd01b62d17e35ad9fcb3a04520a769def208adab6
tree51f66b3b195ecd2c0b4d2a9b2e59489466a9ed53
parentb4075c94415494c6243f76d42e6215ec9e55096e
ARM: Simplify generation of compressed vmlinux.lds file

As we are now using the C preprocessor, we do not need to use sed to
edit constants in this file, and then pass the resulting file through
the C preprocessor.  Instead, rely solely on the C preprocessor to
rewrite TEXT_START and BSS_ADDR.

Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/.gitignore
arch/arm/boot/compressed/Makefile
arch/arm/boot/compressed/vmlinux.lds.S [moved from arch/arm/boot/compressed/vmlinux.lds.in with 97% similarity]