diff options
author | Marek Vasut <marex@denx.de> | 2018-12-07 02:36:38 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-09 16:50:03 +0100 |
commit | bf413781cfbbc3df5e154b1c00e231bc2d600550 (patch) | |
tree | 5149a1ee597434ba20dd0b665ad7e063b590c8cb /include | |
parent | 81653478ebcce72de0daac725f5756872133cfbc (diff) | |
download | u-boot-bf413781cfbbc3df5e154b1c00e231bc2d600550.tar.gz u-boot-bf413781cfbbc3df5e154b1c00e231bc2d600550.tar.bz2 u-boot-bf413781cfbbc3df5e154b1c00e231bc2d600550.zip |
arm: mx5: Enable WDT and bootcounter on M53Menlo
Enable watchdog and bootcounter support on the M53Menlo board.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/m53menlo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h index 3fca28da6b..0e03bb31a7 100644 --- a/include/configs/m53menlo.h +++ b/include/configs/m53menlo.h @@ -157,6 +157,9 @@ /* IIM Fuses */ #define CONFIG_FSL_IIM +/* Watchdog */ +#define CONFIG_WATCHDOG_TIMEOUT_MSECS 8000 + /* * Boot Linux */ |