From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Thu, 20 Mar 2014 13:11:03 +0900 Subject: [PATCH 52/62] ARM: samsung: disable decompressor watchdog on exynos In-Reply-To: <1395257399-359545-53-git-send-email-arnd@arndb.de> References: <1395257399-359545-1-git-send-email-arnd@arndb.de> <1395257399-359545-53-git-send-email-arnd@arndb.de> Message-ID: <021d01cf43f2$687999a0$396ccce0$@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Arnd Bergmann wrote: > > 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. > Yeah, correct and I've applied to use the generic uncompress for other Samsung SoCs into samsung tree and I sent to arm-soc a couple of days ago. Even though it is not cleaned for regarding configs e.g., S3C_BOOT_ERROR_RESET yet, this is not used more. Thanks, Kukjin > Signed-off-by: Arnd Bergmann > Cc: Tomasz Figa > Cc: Kukjin Kim > Cc: Ben Dooks > --- > 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