[PATCH 52/62] ARM: samsung: disable decompressor watchdog on exynos
Arnd Bergmann
arnd at arndb.de
Wed Mar 19 15:29:49 EDT 2014
The S3C_BOOT_ERROR_RESET option only works when using the
samsung specific mach/uncompress.h implementation. The
Exynos platform has now moved on to using the generic
implementation instead, which does not support this.
Signed-off-by: Arnd Bergmann <arnd at arndb.de>
Cc: Tomasz Figa <tomasz.figa at gmail.com>
Cc: Kukjin Kim <kgene.kim at samsung.com>
Cc: Ben Dooks <ben-linux at fluff.org>
---
arch/arm/plat-samsung/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 58645a5..04974db 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -42,6 +42,7 @@ comment "Boot options"
config S3C_BOOT_ERROR_RESET
bool "S3C Reboot on decompression error"
+ depends on PLAT_S5P || PLAT_S3C24XX || ARCH_S3C64XX
help
Say y here to use the watchdog to reset the system if the
kernel decompressor detects an error during decompression.
--
1.8.3.2
More information about the linux-arm-kernel
mailing list