浏览代码

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

Bartlomiej Sieka 18 年之前
父节点
当前提交
ce3f1a40c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/configs/v38b.h

+ 1 - 1
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