From: Ye Li Date: Thu, 16 Mar 2017 05:40:01 +0000 (+0800) Subject: MLK-14445-3 mx7ulp_evk: Enable wdog driver for reset cpu X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~556 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=364b5ffeaa79d8bad6c0dd283fb47a2fc66ba832;p=u-boot.git MLK-14445-3 mx7ulp_evk: Enable wdog driver for reset cpu Enable the CONFIG_ULP_WATCHDOG in defconfig, so that reset command can work. Signed-off-by: Ye Li (cherry picked from commit da1c290f0b890fafeb8ce29b53b764eaee53520b) (cherry picked from commit 7a4ba3eb22732ba0d4cc47552413bad8c1d94dbe) (cherry picked from commit 1a471f37b2ea74c1be5bde861576aa2bc4a679b6) (cherry picked from commit 022a7297569555139c9170f52bbeb1378333e669) (cherry picked from commit 8b32ba6819e181f3afe533ab41612700b19ce69d) --- diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig index 27864b41df..5d8cd601ad 100644 --- a/configs/mx7ulp_evk_defconfig +++ b/configs/mx7ulp_evk_defconfig @@ -54,3 +54,4 @@ CONFIG_SF_DEFAULT_BUS=0 CONFIG_SF_DEFAULT_CS=0 CONFIG_SF_DEFAULT_SPEED=40000000 CONFIG_SF_DEFAULT_MODE=0 +CONFIG_ULP_WATCHDOG=y diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig index 51398251a0..981d6310d9 100644 --- a/configs/mx7ulp_evk_plugin_defconfig +++ b/configs/mx7ulp_evk_plugin_defconfig @@ -53,3 +53,4 @@ CONFIG_SF_DEFAULT_BUS=0 CONFIG_SF_DEFAULT_CS=0 CONFIG_SF_DEFAULT_SPEED=40000000 CONFIG_SF_DEFAULT_MODE=0 +CONFIG_ULP_WATCHDOG=y