]> git.baikalelectronics.ru Git - kernel.git/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)
commit8ad5fb4845080c98cb1a25652c48e7874c7cea01
tree58ff8f11b07a92d04eaa085115ec9ceb5a74e090
parent1985aa33fb7f14040d105563e404901600327f9b
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