commit | 46d7a3b3d37aed4381765fd6985d06031d0e2a52 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Mon Jun 13 14:24:23 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 14 18:33:08 2016 -0400 |
tree | 6356ed82e1199e7244ebfc3801d360c1c5defc85 | |
parent | 0ec807b2d861ae4555bc0d5459a2e97596671b09 [diff] |
board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=y The designware watchdog init is skipped even if CONFIG_DESIGNWARE_WATCHDOG is enabled. Fix it. Signed-off-by: Anatolij Gustschin <agust@denx.de>