aboutsummaryrefslogtreecommitdiff
path: root/core/drivers/imx_wdog.c
diff options
context:
space:
mode:
authorJordan Rhee <jordanrh@microsoft.com>2018-09-25 15:12:20 -0700
committerJérôme Forissier <jerome.forissier@linaro.org>2018-10-25 16:31:13 +0800
commit4e10cbd50306ac774c5d062bff40b247d5fc3d9f (patch)
treeaafe40efd9e119b1bc525cdd6d5a4d3e0ba398c7 /core/drivers/imx_wdog.c
parent40784ed042938c71f68803f4258d36465800b9b4 (diff)
plat-imx: add mx7dclsom platform flavor
Tested-by: Jordan Rhee <jordanrh@microsoft.com> Signed-off-by: Jordan Rhee <jordanrh@microsoft.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'core/drivers/imx_wdog.c')
-rw-r--r--core/drivers/imx_wdog.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/drivers/imx_wdog.c b/core/drivers/imx_wdog.c
index 8ab2b118..732ce5c4 100644
--- a/core/drivers/imx_wdog.c
+++ b/core/drivers/imx_wdog.c
@@ -173,7 +173,9 @@ static TEE_Result imx_wdog_base(vaddr_t *wdog_vbase)
static TEE_Result imx_wdog_init(void)
{
-#ifdef PLATFORM_FLAVOR_mx7dsabresd
+#if defined(PLATFORM_FLAVOR_mx7dsabresd) || \
+ defined(PLATFORM_FLAVOR_mx7dclsom)
+
ext_reset = true;
#endif
return imx_wdog_base(&wdog_base);