commit | fe6275f15de2faf1b615a33bfe5cc74033cc141d | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Sat Oct 05 22:10:11 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 06 15:20:53 2019 -0400 |
tree | dfda8e435e990aedce6723d29c48d972039f132c | |
parent | 8e8e1cc1122145e4843cc54888b5a9770d7fec54 [diff] |
arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10 These boards don't have a watchdog enabled in SPL, so make sure CONFIG_SPL_WDT is not enabled. Fixes: commit 6874cb72204f ("watchdog: Split WDT from SPL_WDT") Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>