diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-16 13:40:01 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 17:24:33 +0800 |
commit | da1c290f0b890fafeb8ce29b53b764eaee53520b (patch) | |
tree | 571b730d0a0d08c37f1ed173f9cbb141c5b86384 /configs | |
parent | 41895cd598be6c4a64fc4fec521120e4962abc28 (diff) | |
download | u-boot-imx-da1c290f0b890fafeb8ce29b53b764eaee53520b.zip u-boot-imx-da1c290f0b890fafeb8ce29b53b764eaee53520b.tar.gz u-boot-imx-da1c290f0b890fafeb8ce29b53b764eaee53520b.tar.bz2 |
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 <ye.li@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx7ulp_evk_defconfig | 1 | ||||
-rw-r--r-- | configs/mx7ulp_evk_plugin_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig index c556a88..25bb4ab 100644 --- a/configs/mx7ulp_evk_defconfig +++ b/configs/mx7ulp_evk_defconfig @@ -29,3 +29,4 @@ CONFIG_DM_SPI=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y +CONFIG_ULP_WATCHDOG=y diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig index f7e6652..fa58ab1 100644 --- a/configs/mx7ulp_evk_plugin_defconfig +++ b/configs/mx7ulp_evk_plugin_defconfig @@ -30,3 +30,4 @@ CONFIG_DM_SPI=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y +CONFIG_ULP_WATCHDOG=y |