diff options
author | Stefan Roese <sr@denx.de> | 2007-10-02 11:44:19 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-02 11:44:19 +0200 |
commit | 87c1833a39e944db66385286fd5e28f9b3fcdd50 (patch) | |
tree | a8d0fac9e35ae882386b93a55cf0931be61cbcb9 | |
parent | 2db64784061bfc34f4ba70ef1d2fbe7133b55670 (diff) | |
download | talos-obmc-uboot-87c1833a39e944db66385286fd5e28f9b3fcdd50.tar.gz talos-obmc-uboot-87c1833a39e944db66385286fd5e28f9b3fcdd50.zip |
ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | include/configs/lwmon5.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index 8ec4742c0f..00c34d5d7b 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -339,7 +339,12 @@ #define CFG_PCI_SUBSYS_VENDORID 0x10e8 /* AMCC */ #define CFG_PCI_SUBSYS_ID 0xcafe /* Whatever */ +#if 0 +/* + * ToDo: Watchdog is not test fully, so exclude it for now + */ #define CONFIG_HW_WATCHDOG 1 /* Use external HW-Watchdog */ +#endif /* * For booting Linux, the board info and command line data |