linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: pebolle@tiscali.nl (Paul Bolle)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: samsung: remove "config S3C_BOOT_WATCHDOG"
Date: Fri, 15 Mar 2013 14:29:05 +0100	[thread overview]
Message-ID: <1363354145.1335.107.camel@x61.thuisdomein> (raw)

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 <pebolle@tiscali.nl>
---
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
-- 
1.7.11.7

             reply	other threads:[~2013-03-15 13:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-15 13:29 Paul Bolle [this message]
2013-03-25  1:08 ` [PATCH] ARM: samsung: remove "config S3C_BOOT_WATCHDOG" Kukjin Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1363354145.1335.107.camel@x61.thuisdomein \
    --to=pebolle@tiscali.nl \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).