]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: imx6ulz_smm_m2: Add board watchdog reset configuration
authorMichael Trimarchi <michael@amarulasolutions.com>
Fri, 16 May 2025 08:17:20 +0000 (10:17 +0200)
committerFabio Estevam <festevam@gmail.com>
Wed, 21 May 2025 10:51:43 +0000 (07:51 -0300)
Add the configuration that allow to reset the board from reset
cmd

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
configs/imx6ulz_smm_m2_defconfig

index 15a3ec5c627ba30db7261f09117599477091c6f8..436bfb78cc2d8888dd515987a18c024606cfd54f 100644 (file)
@@ -64,6 +64,8 @@ CONFIG_DM_PMIC=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_MXC_UART=y
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_WATCHDOG=y
 CONFIG_IMX_THERMAL=y
 CONFIG_USB=y
 CONFIG_SPL_USB_HOST=y
@@ -75,3 +77,4 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
 CONFIG_CI_UDC=y
 CONFIG_SDP_LOADADDR=0x877fffc0
 CONFIG_SPL_USB_SDP_SUPPORT=y
+CONFIG_IMX_WATCHDOG=y