diff options
Diffstat (limited to 'arch/arm/include/debug/mvebu.S')
-rw-r--r-- | arch/arm/include/debug/mvebu.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/debug/mvebu.S b/arch/arm/include/debug/mvebu.S index df191afa3be1..6517311a1c91 100644 --- a/arch/arm/include/debug/mvebu.S +++ b/arch/arm/include/debug/mvebu.S | |||
@@ -11,7 +11,12 @@ | |||
11 | * published by the Free Software Foundation. | 11 | * published by the Free Software Foundation. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #ifdef CONFIG_DEBUG_MVEBU_UART_ALTERNATE | ||
15 | #define ARMADA_370_XP_REGS_PHYS_BASE 0xf1000000 | ||
16 | #else | ||
14 | #define ARMADA_370_XP_REGS_PHYS_BASE 0xd0000000 | 17 | #define ARMADA_370_XP_REGS_PHYS_BASE 0xd0000000 |
18 | #endif | ||
19 | |||
15 | #define ARMADA_370_XP_REGS_VIRT_BASE 0xfec00000 | 20 | #define ARMADA_370_XP_REGS_VIRT_BASE 0xfec00000 |
16 | 21 | ||
17 | .macro addruart, rp, rv, tmp | 22 | .macro addruart, rp, rv, tmp |