From e263607a038a28e7655f8e38bb35daf5fe1291c8 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Sat, 5 Oct 2019 22:10:11 +0200 Subject: 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 --- configs/socfpga_dbm_soc1_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/socfpga_dbm_soc1_defconfig') diff --git a/configs/socfpga_dbm_soc1_defconfig b/configs/socfpga_dbm_soc1_defconfig index c6c8f073ea..c73f3821e7 100644 --- a/configs/socfpga_dbm_soc1_defconfig +++ b/configs/socfpga_dbm_soc1_defconfig @@ -62,3 +62,4 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_USB_GADGET_DOWNLOAD=y +# CONFIG_SPL_WDT is not set -- cgit v1.2.3