commit | e40f1e9fb342a2e38fae164861a8cff248ceb87b | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Tue Apr 19 16:13:23 2011 -0400 |
committer | Nicolas Pitre <nico@fluxnic.net> | Sat May 07 00:08:00 2011 -0400 |
tree | 90f68e7bed7a21aee4cc3bfcf8916053a62aaf6b | |
parent | 34cc1a8fe0d3f89f3602b49f1121a99d2bfc5efc [diff] |
ARM: zImage: simplify decompress_kernel() The return value for decompress_kernel() is no longer used. Furthermore, this was obtained and stored in a variable called output_ptr which is a complete misnomer for what is actually the size of the decompressed kernel image. Let's get rid of it. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Tested-by: Shawn Guo <shawn.guo@linaro.org> Tested-by: Tony Lindgren <tony@atomide.com>