aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-08-27 09:32:49 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2013-09-02 08:48:38 -0400
commit5927c4dfe853897c86a581db84c74b7577ec86b1 (patch)
tree80c1c98615348d3960e54722d950e7370b8acbe3 /arch/arm/Kconfig.debug
parentae3c99a26c60ed0893fc5aedfbb55e32dfc8ab43 (diff)
ARM: 7827/1: highbank: fix debug uart virtual address for LPAE
Section entries are 2MB on LPAE, so the DEBUG_LL virtual address must have the same offset in the 2MB section as the physical address. This fixes async external aborts when DEBUG_LL is enabled on Midway. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index d739d47fce56..450aa9c7f825 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -1005,7 +1005,7 @@ config DEBUG_UART_VIRT
1005 default 0xfee003f8 if FOOTBRIDGE 1005 default 0xfee003f8 if FOOTBRIDGE
1006 default 0xfee08300 if DEBUG_DAVINCI_TNETV107X_UART1 1006 default 0xfee08300 if DEBUG_DAVINCI_TNETV107X_UART1
1007 default 0xfee20000 if DEBUG_NSPIRE_CLASSIC_UART || DEBUG_NSPIRE_CX_UART 1007 default 0xfee20000 if DEBUG_NSPIRE_CLASSIC_UART || DEBUG_NSPIRE_CX_UART
1008 default 0xfee36000 if DEBUG_HIGHBANK_UART 1008 default 0xfef36000 if DEBUG_HIGHBANK_UART
1009 default 0xfee82340 if ARCH_IOP13XX 1009 default 0xfee82340 if ARCH_IOP13XX
1010 default 0xfef00000 if ARCH_IXP4XX && !CPU_BIG_ENDIAN 1010 default 0xfef00000 if ARCH_IXP4XX && !CPU_BIG_ENDIAN
1011 default 0xfef00003 if ARCH_IXP4XX && CPU_BIG_ENDIAN 1011 default 0xfef00003 if ARCH_IXP4XX && CPU_BIG_ENDIAN