diff options
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/debug-macro.S')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/debug-macro.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/debug-macro.S b/arch/arm/mach-davinci/include/mach/debug-macro.S index 69837a67d5f5..9d16277b233f 100644 --- a/arch/arm/mach-davinci/include/mach/debug-macro.S +++ b/arch/arm/mach-davinci/include/mach/debug-macro.S | |||
@@ -26,7 +26,7 @@ | |||
26 | movne \rx, #0xfe000000 @ virtual base | 26 | movne \rx, #0xfe000000 @ virtual base |
27 | #if defined(CONFIG_ARCH_DAVINCI_DA8XX) && defined(CONFIG_ARCH_DAVINCI_DMx) | 27 | #if defined(CONFIG_ARCH_DAVINCI_DA8XX) && defined(CONFIG_ARCH_DAVINCI_DMx) |
28 | #error Cannot enable DaVinci and DA8XX platforms concurrently | 28 | #error Cannot enable DaVinci and DA8XX platforms concurrently |
29 | #elif defined(CONFIG_MACH_DAVINCI_DA8XX_EVM) | 29 | #elif defined(CONFIG_MACH_DAVINCI_DA830_EVM) |
30 | orr \rx, \rx, #0x00d00000 @ physical base address | 30 | orr \rx, \rx, #0x00d00000 @ physical base address |
31 | orr \rx, \rx, #0x0000d000 @ of UART 2 | 31 | orr \rx, \rx, #0x0000d000 @ of UART 2 |
32 | #else | 32 | #else |