From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Thu, 03 Mar 2011 02:10:32 +0200 Subject: [U-Boot] CONFIG_WATCHDOG on MPC85XX and QorIQ P1/P2 Message-ID: <4D6EDC78.3010909@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'm trying to enable watchdog in u-boot on P1011 based platform. I've noticed that all 85XX platforms have CONFIG_WATCHDOG disabled. There's a definition of reset_85xx_watchdog() in cpu/mpc85xx/cpu.c but no code that actually enables the watchdog. What should be done to make this feature working on these platforms ? Thanks a lot. Felix.