diff options
author | Benjamin Hahn <B.Hahn@phytec.de> | 2024-02-20 11:41:45 +0100 |
---|---|---|
committer | Fabio Estevam <festevam@denx.de> | 2024-02-24 16:27:15 -0300 |
commit | ed7824c2265f7cab5d456af2c21ccf1dabcb006f (patch) | |
tree | 2a43c0030cb812cc8edc19abf64f630385d88307 | |
parent | feb2d51ca8b33b6b8ac8a0029d9404b442a54b5b (diff) | |
download | u-boot-ed7824c2265f7cab5d456af2c21ccf1dabcb006f.tar.gz u-boot-ed7824c2265f7cab5d456af2c21ccf1dabcb006f.tar.bz2 u-boot-ed7824c2265f7cab5d456af2c21ccf1dabcb006f.zip |
imx8mm-phygate-tauri-l_defconfig: Enable CONFIG_IMX_TMU
Enable the imx thermal driver to prevent booting when the system is too
hot.
Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
-rw-r--r-- | configs/imx8mm-phygate-tauri-l_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mm-phygate-tauri-l_defconfig b/configs/imx8mm-phygate-tauri-l_defconfig index 0db3ff890c..a416ebc2e0 100644 --- a/configs/imx8mm-phygate-tauri-l_defconfig +++ b/configs/imx8mm-phygate-tauri-l_defconfig @@ -112,4 +112,5 @@ CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_PSCI=y CONFIG_SYSRESET_WATCHDOG=y CONFIG_DM_THERMAL=y +CONFIG_IMX_TMU=y CONFIG_IMX_WATCHDOG=y |