commit | 324b7b423fcf14d9dbcaabfa6052716cb3342714 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Mon Nov 15 23:45:49 2021 +0100 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Mon Feb 28 11:59:35 2022 +0530 |
tree | c8ccdc9f46d091dea6f7bd7b35178ca70fb51b42 | |
parent | 05deab50ea747b2383d9275ce628fa5cb71c01b5 [diff] |
board: sl28: disable recovery watchdog This board has an internal watchdog which supervises the board startup. Although, the initial state of the watchdog is configurable, it is enabled by default. In board_late_init(), which means almost everything worked as expected, disable the watchdog. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>