]> git.baikalelectronics.ru Git - kernel.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, 1 Jul 2014 14:01:51 +0000 (15:01 +0100)
commit5247765f5ab3b2133f50e747afe7ddbd6ccd6995
tree6542df50b43140e90cc4ea2322a1b8ae2194366a
parent0946931b4dd27179048a570e51ef75bef8191d25
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 [new file with mode: 0644]
arch/arm/boot/compressed/vmlinux.lds.in [deleted file]