diff options
| author | Patrick Delaunay <[email protected]> | 2019-07-30 19:16:33 +0200 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2019-08-27 09:36:56 +0200 |
| commit | 9cd8b9f0c5db9b915bb55359ee8b521380b45d91 (patch) | |
| tree | 790388ea646461b2d5f9e95b17ea3c8c73aa9d3d | |
| parent | a09fb8716cb883a3f08eb99b31941635cd6103ca (diff) | |
stm32mp1: configs: add condition to activate WATCHDOG in SPL
Only activate WATCHDOG in SPL when CONFIG_WATCHDOG is activated in U-Boot.
Signed-off-by: Patrick Delaunay <[email protected]>
| -rw-r--r-- | arch/arm/mach-stm32mp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index cee3ce16bbb..187be17aabf 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -17,7 +17,7 @@ config SPL select SPL_DM_RESET select SPL_SERIAL_SUPPORT select SPL_SYSCON - select SPL_WATCHDOG_SUPPORT + select SPL_WATCHDOG_SUPPORT if WATCHDOG imply BOOTSTAGE_STASH if SPL_BOOTSTAGE imply SPL_BOOTSTAGE if BOOTSTAGE imply SPL_DISPLAY_PRINT |
