diff options
author | Fabio Estevam <festevam@gmail.com> | 2011-04-10 08:17:50 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-11 23:03:15 +0200 |
commit | b73850f7644db4f4c68f6efda43928a5be5a8534 (patch) | |
tree | 4ac7db1f28888c095c6d9178160a8dce837b8189 /include/configs/mx31pdk.h | |
parent | 24a514c44557601de52df3c8bc0ee789bef8714c (diff) | |
download | u-boot-imx-b73850f7644db4f4c68f6efda43928a5be5a8534.zip u-boot-imx-b73850f7644db4f4c68f6efda43928a5be5a8534.tar.gz u-boot-imx-b73850f7644db4f4c68f6efda43928a5be5a8534.tar.bz2 |
MX31: mx31pdk: Add watchdog support
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx31pdk.h')
-rw-r--r-- | include/configs/mx31pdk.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |