diff options
author | Marek Vasut | 2018-12-07 02:36:38 +0100 |
---|---|---|
committer | Stefano Babic | 2019-01-09 16:50:03 +0100 |
commit | bf413781cfbbc3df5e154b1c00e231bc2d600550 (patch) | |
tree | 5149a1ee597434ba20dd0b665ad7e063b590c8cb /include | |
parent | 81653478ebcce72de0daac725f5756872133cfbc (diff) |
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 3fca28da6b5..0e03bb31a79 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 */ |