summaryrefslogtreecommitdiff
path: root/configs/socfpga_de1_soc_defconfig
diff options
context:
space:
mode:
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>2019-10-05 23:10:11 +0300
committerTom Rini <trini@konsulko.com>2019-10-06 22:20:53 +0300
commite263607a038a28e7655f8e38bb35daf5fe1291c8 (patch)
treedfda8e435e990aedce6723d29c48d972039f132c /configs/socfpga_de1_soc_defconfig
parenta11cb57defa9fbf24a6ab5d729cecc84d2cf2db9 (diff)
downloadu-boot-e263607a038a28e7655f8e38bb35daf5fe1291c8.tar.xz
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>
Diffstat (limited to 'configs/socfpga_de1_soc_defconfig')
-rw-r--r--configs/socfpga_de1_soc_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_de1_soc_defconfig b/configs/socfpga_de1_soc_defconfig
index fa2bace56f..efa128ac8e 100644
--- a/configs/socfpga_de1_soc_defconfig
+++ b/configs/socfpga_de1_soc_defconfig
@@ -47,4 +47,5 @@ CONFIG_SPI=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_DWC2=y
+# CONFIG_SPL_WDT is not set
# CONFIG_EFI_LOADER is not set