Skip to content
Snippets Groups Projects
Commit 60442b30 authored by Fabio Estevam's avatar Fabio Estevam Committed by Albert ARIBAUD
Browse files

mx31pdk: Remove watchdog support


The conversion of mx31pdk to SPL NAND fixed the boot issue, but we start seeing
resets in loop, which prevents us from reaching the U-boot prompt.

Until the proper fix can be identified, disable watchdog, so that mx31pdk
can be functional again.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Acked-by: default avatarStefano Babic <sbabic@denx.de>
parent 1a9a91dc
No related branches found
No related tags found
No related merge requests found
...@@ -69,8 +69,6 @@ ...@@ -69,8 +69,6 @@
#define CONFIG_MXC_UART #define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART1_BASE #define CONFIG_MXC_UART_BASE UART1_BASE
#define CONFIG_HW_WATCHDOG
#define CONFIG_IMX_WATCHDOG
#define CONFIG_MXC_GPIO #define CONFIG_MXC_GPIO
#define CONFIG_HARD_SPI #define CONFIG_HARD_SPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment