ARM: imx6: DHCOM i.MX6 PDK: Enable sysreset driver and wdt command
The SPL does not have DM enabled and therefor still needs to use the
hardware watchdog interface provided by the imx-watchdog driver.
Fixes: broken reset command after f2929d11a6 ("watchdog: imx: Use
immediate reset bits for expire_now")
Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
committed by
Stefano Babic
parent
f8420d7c0f
commit
04886b36eb
@@ -87,6 +87,11 @@
|
||||
#endif
|
||||
|
||||
/* Watchdog */
|
||||
#if defined(CONFIG_SPL_BUILD)
|
||||
#undef CONFIG_WDT
|
||||
#undef CONFIG_WATCHDOG
|
||||
#define CONFIG_HW_WATCHDOG
|
||||
#endif
|
||||
|
||||
/* allow to overwrite serial and ethaddr */
|
||||
#define CONFIG_ENV_OVERWRITE
|
||||
|
||||
Reference in New Issue
Block a user