diff options
author | Peng Fan <peng.fan@nxp.com> | 2023-04-28 12:08:25 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-05-21 16:54:40 +0200 |
commit | 33866e94098819c828927dc0f31c3b8c4e22b8cb (patch) | |
tree | fecdea84beb397dc0aea466f8e55625bfdcdcdab | |
parent | cdb11eab1eb17d90c93b5ec87ba116fd3dda27f4 (diff) | |
download | u-boot-33866e94098819c828927dc0f31c3b8c4e22b8cb.zip u-boot-33866e94098819c828927dc0f31c3b8c4e22b8cb.tar.gz u-boot-33866e94098819c828927dc0f31c3b8c4e22b8cb.tar.bz2 |
imx9: imx93_evk: enable CONFIG_WDT
Without this config, there is boot error: Error binding ulp_wdt driver
Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r-- | configs/imx93_11x11_evk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 9f376d3..c2709f8 100644 --- a/configs/imx93_11x11_evk_defconfig +++ b/configs/imx93_11x11_evk_defconfig @@ -115,5 +115,6 @@ CONFIG_FSL_LPUART=y CONFIG_DM_THERMAL=y CONFIG_IMX_TMU=y CONFIG_ULP_WATCHDOG=y +CONFIG_WDT=y CONFIG_LZO=y CONFIG_BZIP2=y |