]> git.ipfire.org Git - people/ms/u-boot.git/commit
board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=y
authorAnatolij Gustschin <agust@denx.de>
Mon, 13 Jun 2016 12:24:23 +0000 (14:24 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:33:08 +0000 (18:33 -0400)
commit46d7a3b3d37aed4381765fd6985d06031d0e2a52
tree6356ed82e1199e7244ebfc3801d360c1c5defc85
parent0ec807b2d861ae4555bc0d5459a2e97596671b09
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>
common/board_f.c