diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-07-24 13:54:28 -0700 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-08-06 11:17:40 -0700 |
commit | 6d07917e3f9f109477ac3ed72485f87e54132cfd (patch) | |
tree | 210f7b20818ea797fe5d6fd16b6acda9f13ea919 /arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | |
parent | 0c211c29f2439e42b5c5b20c65dfde6f39aa7bbf (diff) | |
download | blackbird-op-linux-6d07917e3f9f109477ac3ed72485f87e54132cfd.tar.gz blackbird-op-linux-6d07917e3f9f109477ac3ed72485f87e54132cfd.zip |
ARM: msm: Move debug-macro.S to include/debug
One more step to allowing MSM to participate in the
multi-platform defconfig.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
[davidb: Comment cleanup requested by sboyd]
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include/mach/msm_iomap-8x60.h')
-rw-r--r-- | arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h index 4f57b437c1b4..dede6aa23303 100644 --- a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h +++ b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h @@ -41,9 +41,4 @@ #define MSM8X60_TMR0_PHYS 0x02040000 #define MSM8X60_TMR0_SIZE SZ_4K -#ifdef CONFIG_DEBUG_MSM8660_UART -#define MSM_DEBUG_UART_BASE 0xF0040000 -#define MSM_DEBUG_UART_PHYS 0x19C40000 -#endif - #endif |