
7 Nov
2019
7 Nov
'19
8:37 p.m.
On 11/7/19 8:30 PM, Simon Goldschmidt wrote: [...]
diff --git a/include/configs/socfpga_stratix10_socdk.h b/include/configs/socfpga_stratix10_socdk.h index 353e08f982..0c0c27000a 100644 --- a/include/configs/socfpga_stratix10_socdk.h +++ b/include/configs/socfpga_stratix10_socdk.h @@ -161,6 +161,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void); * L4 Watchdog */ #ifdef CONFIG_SPL_BUILD +#undef CONFIG_WATCHDOG
I somehow missed this series. Why is this line here?
To avoid using DM watchdog in SPL on S10.