commit | 87db2940987fdb205d6f37f08b2a177b2edf94aa | [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 | f9c0bfd57e4e8589c18b4a984f59dda725c545f4 [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>