[U-Boot] [PATCH 1/2] mx31pdk: Disable watchdog
Fabio Estevam
festevam at gmail.com
Fri Sep 16 01:18:22 CEST 2011
When booting a mainline kernel on a mx31pdk the system gets getting resets from the watchdog.
As the kernel has watchdog support, disable it from U-boot.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
include/configs/mx31pdk.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index 1a5bdd1..e77805c 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -60,7 +60,6 @@
#define CONFIG_MXC_UART
#define CONFIG_SYS_MX31_UART1
-#define CONFIG_HW_WATCHDOG
#define CONFIG_MXC_GPIO
#define CONFIG_HARD_SPI
--
1.6.0.4
More information about the U-Boot
mailing list