aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Hahn <B.Hahn@phytec.de>2024-02-20 11:41:43 +0100
committerFabio Estevam <festevam@denx.de>2024-02-24 16:27:15 -0300
commitab88ed62d579590fe51ea85a9ed91141804832b8 (patch)
tree490eb06540bca83c80de18a38154834cd6a070b6
parent7b6cec8dfbdf2b11298a8aad9cf279a3787e5907 (diff)
downloadu-boot-ab88ed62d579590fe51ea85a9ed91141804832b8.zip
u-boot-ab88ed62d579590fe51ea85a9ed91141804832b8.tar.gz
u-boot-ab88ed62d579590fe51ea85a9ed91141804832b8.tar.bz2
phycore-imx8mp_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-imx8mp_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig
index 0f37286..c955542 100644
--- a/configs/phycore-imx8mp_defconfig
+++ b/configs/phycore-imx8mp_defconfig
@@ -138,6 +138,7 @@ CONFIG_SPL_SYSRESET=y
CONFIG_SYSRESET_PSCI=y
CONFIG_SYSRESET_WATCHDOG=y
CONFIG_DM_THERMAL=y
+CONFIG_IMX_TMU=y
CONFIG_USB=y
CONFIG_DM_USB_GADGET=y
CONFIG_USB_XHCI_HCD=y