From: Benjamin Hahn Date: Tue, 20 Feb 2024 10:41:44 +0000 (+0100) Subject: phycore-imx8mm_defconfig: Enable CONFIG_IMX_TMU X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=feb2d51ca8b33b6b8ac8a0029d9404b442a54b5b;p=u-boot.git phycore-imx8mm_defconfig: Enable CONFIG_IMX_TMU Enable the imx thermal driver to prevent booting when the system is too hot. Signed-off-by: Benjamin Hahn --- diff --git a/configs/phycore-imx8mm_defconfig b/configs/phycore-imx8mm_defconfig index bcc38d51a7..3a81ea7bd2 100644 --- a/configs/phycore-imx8mm_defconfig +++ b/configs/phycore-imx8mm_defconfig @@ -128,4 +128,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