]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: S3C24XX: move debug-macro.S into the common space
authorHeiko Stuebner <heiko@sntech.de>
Thu, 15 May 2014 21:59:18 +0000 (06:59 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 25 May 2014 19:05:00 +0000 (04:05 +0900)
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>
arch/arm/Kconfig.debug
arch/arm/include/debug/s3c24xx.S [moved from arch/arm/mach-s3c24xx/include/mach/debug-macro.S with 100% similarity]

index 104c8fb818ed00ec867ce4425ea91767738c4e46..4678870f8ee8d7a77b7586a70d0b4af3bbbf10d7 100644 (file)
@@ -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