aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-08-31 00:04:22 -0500
committerRob Herring <rob.herring@calxeda.com>2012-09-14 09:22:01 -0500
commit2e9bb084e85d7c160586faf91677a0d7798f1596 (patch)
treec10b93a0213c6a32418c7bc85c8ee6990d0d740d /arch/arm/Kconfig.debug
parentARM: move debug macros to common location (diff)
downloadlinux-dev-2e9bb084e85d7c160586faf91677a0d7798f1596.tar.xz
linux-dev-2e9bb084e85d7c160586faf91677a0d7798f1596.zip
ARM: highbank: move debug macros to include/debug
Move highbank debug-macro.S over to common debug macro directory. Also, remove v7 specific movw/movt instructions so this can compile under v6 mode. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 4f9760bd234e..d9d8effe67f5 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -376,6 +376,7 @@ endchoice
config DEBUG_LL_INCLUDE
string
default "debug/icedcc.S" if DEBUG_ICEDCC
+ default "debug/highbank.S" if DEBUG_HIGHBANK_UART
default "mach/debug-macro.S"
config EARLY_PRINTK