From: Nicolas Pitre Date: Tue, 19 Apr 2011 19:42:43 +0000 (-0400) Subject: ARM: zImage: no need to get the decompressed size from the filesystem X-Git-Tag: v3.0-rc1~328^2^2~8^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34cc1a8fe0d3f89f3602b49f1121a99d2bfc5efc;p=pandora-kernel.git ARM: zImage: no need to get the decompressed size from the filesystem In commit d239b1dc093d the hardcoded 4x estimate for the decompressed kernel size was replaced by the exact Image file size and passed to the linker as a symbol value. Turns out that this is unneeded as the size is already included at the end of the compressed piggy data. For those compressed formats that don't include this data, the build system already takes care of appending it using size_append in scripts/Makefile.lib. So let's use that instead. Signed-off-by: Nicolas Pitre Tested-by: Shawn Guo Tested-by: Tony Lindgren --- Reading git-diff-tree failed