From: Bartlomiej Sieka <tur@semihalf.com>
Date: Sat, 11 Nov 2006 21:48:22 +0000 (+0100)
Subject: Disable the watchdog in the default config for the V38B board.
X-Git-Tag: v2025.01-rc5-pxa1908~22918^2
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=ce3f1a40c507afbab06c5eb58ccdc6713eda3245;p=u-boot.git

Disable the watchdog in the default config for the V38B board.
---

diff --git a/include/configs/v38b.h b/include/configs/v38b.h
index deabc1761a..554a7a41b8 100644
--- a/include/configs/v38b.h
+++ b/include/configs/v38b.h
@@ -34,7 +34,7 @@
 #define CONFIG_RTC_PCF8563		1	/* has PCF8563 RTC */
 #define CONFIG_MPC5200_DDR		1	/* has DDR SDRAM */
 
-#define CONFIG_HW_WATCHDOG		1	/* has watchdog */
+#undef CONFIG_HW_WATCHDOG			/* don't use watchdog */
 
 #define CONFIG_NETCONSOLE		1