[RFC] arm: mediatek: spl: initialize watchdog
Common spl doce initiliazes the watchdog after the call to spl_board_init. However, in this mediatek custom initialization, before initializing the wdt, it blocks waiting for fastboot commands.
Since we rely on the watchdog to reset the board if a fastboot reboot command is received, we should initialize it.
Signed-off-by: Vitor Sato Eschholz vsatoes@baylibre.com
Closes RITA-1306