From patchwork Fri Mar 15 13:29:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Bolle X-Patchwork-Id: 2277611 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 96BEDDF24C for ; Fri, 15 Mar 2013 13:29:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754665Ab3CON3O (ORCPT ); Fri, 15 Mar 2013 09:29:14 -0400 Received: from cpsmtpb-ews07.kpnxchange.com ([213.75.39.10]:49960 "EHLO cpsmtpb-ews07.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755288Ab3CON3M (ORCPT ); Fri, 15 Mar 2013 09:29:12 -0400 Received: from cpsps-ews14.kpnxchange.com ([10.94.84.181]) by cpsmtpb-ews07.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 15 Mar 2013 14:27:37 +0100 Received: from CPSMTPM-TLF102.kpnxchange.com ([195.121.3.5]) by cpsps-ews14.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 15 Mar 2013 14:27:37 +0100 Received: from [192.168.1.103] ([212.123.139.93]) by CPSMTPM-TLF102.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 15 Mar 2013 14:29:05 +0100 Message-ID: <1363354145.1335.107.camel@x61.thuisdomein> Subject: [PATCH] ARM: samsung: remove "config S3C_BOOT_WATCHDOG" From: Paul Bolle To: Ben Dooks , Kukjin Kim , Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 15 Mar 2013 14:29:05 +0100 X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) Mime-Version: 1.0 X-OriginalArrivalTime: 15 Mar 2013 13:29:05.0967 (UTC) FILETIME=[10FA73F0:01CE2181] X-RcptDomain: vger.kernel.org Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org All users of S3C_BOOT_WATCHDOG got removed in commit 1ff5f55a8c7b011f818434923a93afc48de0b2ee ("ARM: samsung: remove unused arch_decomp_wdog() code"). Remove this symbol too. Signed-off-by: Paul Bolle --- 0) Untested. 1) Commit 1ff5f55a8c7b011f818434923a93afc48de0b2ee stated "that CONFIG_S3C_BOOT_WATCHDOG is defined nowhere". That was incorrect, as that macro is generated by the config system. But luckily it wasn't the only reason all references to that Kconfig macro got removed. arch/arm/plat-samsung/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index a9d5216..663c54f 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig @@ -37,14 +37,6 @@ if PLAT_SAMSUNG comment "Boot options" -config S3C_BOOT_WATCHDOG - bool "S3C Initialisation watchdog" - depends on S3C2410_WATCHDOG - help - Say y to enable the watchdog during the kernel decompression - stage. If the kernel fails to uncompress, then the watchdog - will trigger a reset and the system should restart. - config S3C_BOOT_ERROR_RESET bool "S3C Reboot on decompression error" help