From: Stephen Warren Date: Fri, 2 Aug 2013 19:53:37 +0000 (+0100) Subject: ARM: 7806/1: allow DEBUG_UNCOMPRESS for Tegra X-Git-Tag: v3.12-rc1~128^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3c99a26c60ed0893fc5aedfbb55e32dfc8ab43;p=pandora-kernel.git ARM: 7806/1: allow DEBUG_UNCOMPRESS for Tegra DEBUG_UNCOMPRESS was previously disallowed for Tegra due to tegra.S's use of global data that was not linked into the decompressor. Solve this by declaring this symbol in tegra.S when it is being built into the decompressor. For the kernel proper, leave the declaration in mach-tegra/common.c as explained in the comment. Signed-off-by: Stephen Warren Tested-by: Alexandre Courbot Signed-off-by: Russell King --- Reading git-diff-tree failed