aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Hahn <B.Hahn@phytec.de>2024-02-20 11:41:44 +0100
committerFabio Estevam <festevam@denx.de>2024-02-24 16:27:15 -0300
commitfeb2d51ca8b33b6b8ac8a0029d9404b442a54b5b (patch)
tree53cee1cafaf11d04dac622fb427df6dfd37046bf
parentab88ed62d579590fe51ea85a9ed91141804832b8 (diff)
downloadu-boot-feb2d51ca8b33b6b8ac8a0029d9404b442a54b5b.zip
u-boot-feb2d51ca8b33b6b8ac8a0029d9404b442a54b5b.tar.gz
u-boot-feb2d51ca8b33b6b8ac8a0029d9404b442a54b5b.tar.bz2
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 <B.Hahn@phytec.de>
-rw-r--r--configs/phycore-imx8mm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-imx8mm_defconfig b/configs/phycore-imx8mm_defconfig
index bcc38d5..3a81ea7 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