From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Tue, 05 Aug 2014 20:49:39 +0200 Subject: [U-Boot] hw_watchdog In-Reply-To: <53E0BADB.8010901@polkaspots.com> References: <53E085BF.709@petermaier.org> <53E09BFA.1090401@petermaier.org> <53E0BADB.8010901@polkaspots.com> Message-ID: <53E12743.1050005@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Andrew, On 05-08-14 13:07, andrew at PolkaSpots.com wrote: > How can I find out if hw_watchdog is enabled on my U-Boot? Adding a while(1); to some command should trigger the wd when enabled. Just make sure you don't brick your board by making it optional ;) Regards, Jeroen