commit | 41b9964ae425d322ec9b7030a96a2e9de4f99a00 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Fri May 11 16:51:09 2018 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 18 15:44:21 2018 +0200 |
tree | 4780339354c2f2ffb56adf3329888eef4f39b4aa | |
parent | d7e065a8fc1492a6de7a38f6fc18d80fc7beaeea [diff] |
display5: wdt: Enable WDT support (both SPL and u-boot) Test case: The fitImage gets corrupted: truncate -c -s 3M fitImage run tftp_mmc_fitImg setenv boot_os y reset [board shall hang in SPL with "Trying to boot from MMC1" information] Then after X seconds WDT is causing board to reset. After N boot attempts we enter recovery mode. Signed-off-by: Lukasz Majewski <lukma@denx.de>