summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2014-05-15 21:59:18 (GMT)
committerKukjin Kim <kgene.kim@samsung.com>2014-05-25 19:05:00 (GMT)
commit2cd62bd4e5226ae5fa61f58ade8148f2e4643335 (patch)
tree66feee48bd6ceca7e696da50d26de8586252f31c /arch
parent1899de2894970fbeece3a97dd69d5321fb00972b (diff)
downloadlinux-2cd62bd4e5226ae5fa61f58ade8148f2e4643335.tar.xz
ARM: S3C24XX: move debug-macro.S into the common space
Move debug-macro.S from mach/include to include/debug where all other common debug macros are. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig.debug1
-rw-r--r--arch/arm/include/debug/s3c24xx.S (renamed from arch/arm/mach-s3c24xx/include/mach/debug-macro.S)0
2 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 104c8fb..4678870 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -1010,6 +1010,7 @@ config DEBUG_LL_INCLUDE
DEBUG_IMX6SL_UART
default "debug/msm.S" if DEBUG_MSM_UART
default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART
+ default "debug/s3c24xx.S" if DEBUG_S3C24XX_UART
default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1
default "debug/sti.S" if DEBUG_STI_UART
default "debug/tegra.S" if DEBUG_TEGRA_UART
diff --git a/arch/arm/mach-s3c24xx/include/mach/debug-macro.S b/arch/arm/include/debug/s3c24xx.S
index b1f54dc..b1f54dc 100644
--- a/arch/arm/mach-s3c24xx/include/mach/debug-macro.S
+++ b/arch/arm/include/debug/s3c24xx.S