diff options
author | Bob Liu <lliubbo@gmail.com> | 2011-12-27 15:05:53 +0800 |
---|---|---|
committer | sonic <sonic@sonic-linuxvm.(none)> | 2013-03-04 13:42:07 +0800 |
commit | 49c2da53b7aa63f68118fa9ffa5c5e546440ebb2 (patch) | |
tree | 3034e5856175c7e276b1425a1a28e493b1ad99b3 /include | |
parent | 4a207e8b9a1ecc3e87d5a63bb5442dbcd50bd4b6 (diff) | |
download | u-boot-imx-49c2da53b7aa63f68118fa9ffa5c5e546440ebb2.zip u-boot-imx-49c2da53b7aa63f68118fa9ffa5c5e546440ebb2.tar.gz u-boot-imx-49c2da53b7aa63f68118fa9ffa5c5e546440ebb2.tar.bz2 |
blackfin: bf60x: add hw watchdog support
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Sonic Zhang <sonic.adi@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/bf609-ezkit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bf609-ezkit.h b/include/configs/bf609-ezkit.h index 6dffab8..02149fa 100644 --- a/include/configs/bf609-ezkit.h +++ b/include/configs/bf609-ezkit.h @@ -63,6 +63,7 @@ #define CONFIG_SYS_MONITOR_LEN (768 * 1024) #define CONFIG_SYS_MALLOC_LEN (512 * 1024) +#define CONFIG_HW_WATCHDOG /* * Network Settings */ |