From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@PolkaSpots.com Date: Tue, 05 Aug 2014 12:07:07 +0100 Subject: [U-Boot] hw_watchdog In-Reply-To: <53E09BFA.1090401@petermaier.org> References: <53E085BF.709@petermaier.org> <53E09BFA.1090401@petermaier.org> Message-ID: <53E0BADB.8010901@polkaspots.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de How can I find out if hw_watchdog is enabled on my U-Boot? Is there a timing variable that I need to set in "u-boot-env" Or that part of the code is executed earlier. Bassically what im experienceing is that sometimes, in some unknown conditions, U-Boot will freeze, at the point when is relocating to RAM. I belive. O dont get anything else after DRAM: 64 M. Kernel which I'm using is 3.10. Any advice will be very much appreciated. Thanks.