From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Mon, 28 Feb 2011 23:47:57 +0200 Subject: [U-Boot] Enabling e500 watchdog Message-ID: <4D6C180D.2000505@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I'd like to enable watchdog timer in u-boot before loading the kernel. My platform is custom board based on Freescale P1011. In linux e500 watchdog timer works fine. I've copied linux code to enable watchdog to u-boot, but watchdog reset never triggers. Is there anything obvious that I'm missing ? Thanks. Felix.