]> Pileus Git - ~andy/linux/commit
ARM: 7806/1: allow DEBUG_UNCOMPRESS for Tegra
authorStephen Warren <swarren@nvidia.com>
Fri, 2 Aug 2013 19:53:37 +0000 (20:53 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 25 Aug 2013 16:13:41 +0000 (17:13 +0100)
commitae3c99a26c60ed0893fc5aedfbb55e32dfc8ab43
tree58ff8f11b07a92d04eaa085115ec9ceb5a74e090
parentd2c215aac5228350d33decd1c4c68aaf04793ca1
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 <swarren@nvidia.com>
Tested-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig.debug
arch/arm/include/debug/tegra.S