ARM: debug: Use generic uncompress.h for exynos
As a pre-requisite step towards enabling multi-platform support for Exynos, enable it to use generic uncompress.h instead of the one provided in machine code. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
d93c3ba91a
commit
ffd80ecce5
1 changed files with 3 additions and 2 deletions
|
@ -1145,7 +1145,7 @@ config DEBUG_UART_8250_FLOW_CONTROL
|
||||||
|
|
||||||
config DEBUG_UNCOMPRESS
|
config DEBUG_UNCOMPRESS
|
||||||
bool
|
bool
|
||||||
depends on ARCH_MULTIPLATFORM || ARCH_MSM
|
depends on ARCH_MULTIPLATFORM || ARCH_MSM || ARCH_EXYNOS
|
||||||
default y if DEBUG_LL && !DEBUG_OMAP2PLUS_UART && \
|
default y if DEBUG_LL && !DEBUG_OMAP2PLUS_UART && \
|
||||||
(!DEBUG_TEGRA_UART || !ZBOOT_ROM)
|
(!DEBUG_TEGRA_UART || !ZBOOT_ROM)
|
||||||
help
|
help
|
||||||
|
@ -1161,7 +1161,8 @@ config DEBUG_UNCOMPRESS
|
||||||
|
|
||||||
config UNCOMPRESS_INCLUDE
|
config UNCOMPRESS_INCLUDE
|
||||||
string
|
string
|
||||||
default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM
|
default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
|
||||||
|
ARCH_EXYNOS
|
||||||
default "mach/uncompress.h"
|
default "mach/uncompress.h"
|
||||||
|
|
||||||
config EARLY_PRINTK
|
config EARLY_PRINTK
|
||||||
|
|
Loading…
Add table
Reference in a new issue