aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2014-03-11 09:05:09 -0400
committerKukjin Kim <kgene.kim@samsung.com>2014-03-11 09:05:09 -0400
commit90266754801c0361c3c6e06dc3d763b00810e1a9 (patch)
tree391ab2c969ed8299189c2a0c710f2e46d3fe0ce2
parentd9671ca923445aa870ecc34df3db01dd602d87fc (diff)
ARM: SAMSUNG: use generic uncompress.h
All Samsung platforms, not only Exynos, use the custom uncompress.h simply to setup the uart for the initial debug output. This can also be done using the generic uncompress.h. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--arch/arm/Kconfig.debug4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 3e988f6b45bc..a160744312ab 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -1145,7 +1145,7 @@ config DEBUG_UART_8250_FLOW_CONTROL
1145 1145
1146config DEBUG_UNCOMPRESS 1146config DEBUG_UNCOMPRESS
1147 bool 1147 bool
1148 depends on ARCH_MULTIPLATFORM || ARCH_MSM || ARCH_EXYNOS 1148 depends on ARCH_MULTIPLATFORM || ARCH_MSM || PLAT_SAMSUNG
1149 default y if DEBUG_LL && !DEBUG_OMAP2PLUS_UART && \ 1149 default y if DEBUG_LL && !DEBUG_OMAP2PLUS_UART && \
1150 (!DEBUG_TEGRA_UART || !ZBOOT_ROM) 1150 (!DEBUG_TEGRA_UART || !ZBOOT_ROM)
1151 help 1151 help
@@ -1162,7 +1162,7 @@ config DEBUG_UNCOMPRESS
1162config UNCOMPRESS_INCLUDE 1162config UNCOMPRESS_INCLUDE
1163 string 1163 string
1164 default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \ 1164 default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
1165 ARCH_EXYNOS 1165 PLAT_SAMSUNG
1166 default "mach/uncompress.h" 1166 default "mach/uncompress.h"
1167 1167
1168config EARLY_PRINTK 1168config EARLY_PRINTK