diff mbox series

[U-Boot,v1,24/29] imx6: aristainetos: WDT DM conversion enable WDT reset

Message ID 20191201102332.21397-25-hs@denx.de
State Accepted
Commit 445c230814a99d51593e8f7a5c01339cc59beaf0
Delegated to: Stefano Babic
Headers show
Series convert aristainetos board to DM | expand

Commit Message

Heiko Schocher Dec. 1, 2019, 10:23 a.m. UTC
enable config symbols:
CONFIG_SYSRESET
CONFIG_SYSRESET_WATCHDOG

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 configs/aristainetos2_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefano Babic Dec. 29, 2019, 10:27 a.m. UTC | #1
> enable config symbols:
> CONFIG_SYSRESET
> CONFIG_SYSRESET_WATCHDOG
> Signed-off-by: Heiko Schocher <hs@denx.de>
Applied to u-boot-imx, -next, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig
index 82fe512098..be5cec96fa 100644
--- a/configs/aristainetos2_defconfig
+++ b/configs/aristainetos2_defconfig
@@ -98,6 +98,8 @@  CONFIG_DM_SERIAL=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_MXC_SPI=y
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_WATCHDOG=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_STORAGE=y