diff options
author | Chee Hong Ang <chee.hong.ang@intel.com> | 2020-08-06 12:15:33 +0800 |
---|---|---|
committer | Ley Foon Tan <ley.foon.tan@intel.com> | 2020-10-09 17:53:12 +0800 |
commit | 2473e13bb8e81cf90e89863125e85900193b01b7 (patch) | |
tree | 58bb0dfdcc53924cee9f511aa6343c4c720fcaa7 /configs | |
parent | b3e2d9fccbe7390a859f7f46001c6312cc35455c (diff) | |
download | u-boot-2473e13bb8e81cf90e89863125e85900193b01b7.tar.gz |
arm: socfpga: Use DM watchdog timer
All SoCFPGA platforms (except Cyclone V) are now switching
to CONFIG_WDT (driver model for watchdog timer drivers)
from CONFIG_HW_WATCHDOG.
Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com>
Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/socfpga_agilex_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_agilex_defconfig b/configs/socfpga_agilex_defconfig index ee1a665605..c4db1d0835 100644 --- a/configs/socfpga_agilex_defconfig +++ b/configs/socfpga_agilex_defconfig @@ -60,5 +60,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_DWC2=y CONFIG_USB_STORAGE=y +CONFIG_DESIGNWARE_WATCHDOG=y +CONFIG_WDT=y # CONFIG_SPL_USE_TINY_PRINTF is not set CONFIG_PANIC_HANG=y |