From b73850f7644db4f4c68f6efda43928a5be5a8534 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sun, 10 Apr 2011 08:17:50 +0000 Subject: MX31: mx31pdk: Add watchdog support Signed-off-by: Fabio Estevam --- include/configs/mx31pdk.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs') diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index d4c6d16..f5d3ee7 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -61,6 +61,7 @@ #define CONFIG_MXC_UART 1 #define CONFIG_SYS_MX31_UART1 1 +#define CONFIG_HW_WATCHDOG #define CONFIG_HARD_SPI 1 #define CONFIG_MXC_SPI 1 @@ -98,6 +99,8 @@ */ #undef CONFIG_CMD_IMLS +#define BOARD_LATE_INIT + #define CONFIG_BOOTDELAY 3 #define CONFIG_EXTRA_ENV_SETTINGS \ -- cgit v1.1