summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2010-04-24 00:05:58 +1000
committerWolfgang Denk <wd@denx.de>2010-05-06 00:20:04 +0200
commit880c59e5add3681bd4dca14d2fd20152bee7ad14 (patch)
treed75ea0db9107aab9398f3a40d65ac1de32896fbd /include/configs
parentf2a55055e9b19f3eba9de97ff454cf8bfef25468 (diff)
downloadblackbird-obmc-uboot-880c59e5add3681bd4dca14d2fd20152bee7ad14.tar.gz
blackbird-obmc-uboot-880c59e5add3681bd4dca14d2fd20152bee7ad14.zip
eNET: Implement eNET Watchdog
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/eNET.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/configs/eNET.h b/include/configs/eNET.h
index 61897949dd..361fe61b04 100644
--- a/include/configs/eNET.h
+++ b/include/configs/eNET.h
@@ -53,7 +53,7 @@
* bottom (processor) board MUST be removed!
*/
#undef CONFIG_WATCHDOG
-#undef CONFIG_HW_WATCHDOG
+#define CONFIG_HW_WATCHDOG
/*-----------------------------------------------------------------------
* Serial Configuration
@@ -234,14 +234,6 @@
#define CONFIG_RTL8139
/*-----------------------------------------------------------------------
- * Hardware watchdog configuration
- */
-#define CONFIG_SYS_WATCHDOG_PIO_BIT 0x8000
-#define CONFIG_SYS_WATCHDIG_PIO_DATA SC520_PIODATA15_0
-#define CONFIG_SYS_WATCHDIG_PIO_CLR SC520_PIOCLR15_0
-#define CONFIG_SYS_WATCHDIG_PIO_SET SC520_PIOSET15_0
-
-/*-----------------------------------------------------------------------
* FPGA configuration
*/
#define CONFIG_SYS_FPGA_PROGRAM_PIO_BIT 0x2000
OpenPOWER on IntegriCloud