commit | 5e684bf3253216ef9102e0a9505909433b9671fe | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Mon Apr 20 09:55:47 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Fri May 01 13:46:22 2020 +0200 |
tree | 695dc830095deb03addc467db28e2a8bfb19c198 | |
parent | 4ede7fa26a420a0bb1fea42c974b8ad23c83ff77 [diff] |
imx8qxp_mek: Remove SPL watchdog option Currently the following watchdog error is seen in SPL: U-Boot SPL 2020.04-00407-g8d5d3bcf3c (Apr 20 2020 - 09:48:09 -0300) Normal Boot WDT: Not found! ... There is no watchdog driver for i.MX8 at the moment, nor code for configuring the watchdog in SPL, so remove the CONFIG_SPL_WATCHDOG_SUPPORT option for now. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Stefano Babic <sbabic@denx.de>