From: Russell King Date: Tue, 17 Jun 2014 14:00:54 +0000 (+0100) Subject: ARM: simplify generation of compressed vmlinux.lds file X-Git-Tag: omap-for-v3.17/fixes-against-rc2~160^2~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c79bf928d99a3b8cf1e8df75726f78e197b17eb6;p=pandora-kernel.git 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 Signed-off-by: Russell King --- Reading git-diff-tree failed