From: David Zang Date: Thu, 24 Jul 2025 00:25:17 +0000 (-0500) Subject: imx8ulp_evk: Enable temperature command X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa2c4149431db36b39e8ca2429d40b43111b4498;p=thirdparty%2Fu-boot.git imx8ulp_evk: Enable temperature command User can display temperature in the console runtime on i.MX8ULP board. Signed-off-by: David Zang --- diff --git a/configs/imx8ulp_evk_defconfig b/configs/imx8ulp_evk_defconfig index e750b3d9ae0..f52434923c2 100644 --- a/configs/imx8ulp_evk_defconfig +++ b/configs/imx8ulp_evk_defconfig @@ -57,6 +57,7 @@ CONFIG_CMD_READ=y CONFIG_CMD_CACHE=y CONFIG_CMD_REGULATOR=y CONFIG_CMD_EXT4_WRITE=y +CONFIG_CMD_TEMPERATURE=y CONFIG_SPL_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_MMC=y