summaryrefslogtreecommitdiff
path: root/arch/arm/include/debug/efm32.S
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2015-05-20 00:03:50 +0200
committerArnd Bergmann <arnd@arndb.de>2015-05-20 23:09:51 +0200
commit7505f0428fdedca11be9647cb411628ec7cb9a1a (patch)
treef2ca809fb47c5cc349521fd787fce8f696a19d17 /arch/arm/include/debug/efm32.S
parent1b0c50973378ac5d0440aaa28d3cb5fda27989dd (diff)
ARM: unify MMU/!MMU addruart calls
Remove the needless differences between MMU/!MMU addruart calls. This allows to use the same addruart macro on SoC level. Useful for SoC consisting of multiple CPUs with and without MMU such as Freescale Vybrid. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/include/debug/efm32.S')
-rw-r--r--arch/arm/include/debug/efm32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/debug/efm32.S b/arch/arm/include/debug/efm32.S
index 2265a199280c..660fa1e4b77b 100644
--- a/arch/arm/include/debug/efm32.S
+++ b/arch/arm/include/debug/efm32.S
@@ -16,7 +16,7 @@
#define UARTn_TXDATA 0x0034
- .macro addruart, rx, tmp
+ .macro addruart, rx, tmp, tmp2
ldr \rx, =(CONFIG_DEBUG_UART_PHYS)
/*