This is a quick fix to stablize what currently users encountered bootup stall. This fix is found under board boot trials. No logical code can be explained why it fails the SDRAM calibration but applying.
Signed-off-by: Brian Sune <[email protected]> --- arch/arm/mach-socfpga/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index f2e959b5662..4011fe4784b 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -117,6 +117,8 @@ config TARGET_SOCFPGA_CYCLONE5 config TARGET_SOCFPGA_GEN5 bool + select WDT + select DESIGNWARE_WATCHDOG select SPL_ALTERA_SDRAM imply FPGA_SOCFPGA imply SPL_SIZE_LIMIT_SUBTRACT_GD -- 2.34.1

