From patchwork Wed Nov 7 13:08:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,8/8,v2] EXYNOS5: Config: Enable tmu command Date: Wed, 07 Nov 2012 03:08:48 -0000 From: Hatim RV X-Patchwork-Id: 197670 Message-Id: <1352293728-9958-9-git-send-email-hatim.rv@samsung.com> To: u-boot@lists.denx.de Cc: akshay.s@samsung.com, alim.akhtar@samsung.com From: Alim Akhtar This enables the tmu command to read the current SOC temperature with the help of TMU Signed-off-by: Alim Akhtar Acked-by: Simon Glass --- Changes since v1: - Added Acked-by: Simon Glass include/configs/exynos5250-dt.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 2f4315a..2b9271c 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -111,6 +111,7 @@ /* Thermal Management Unit */ #define CONFIG_EXYNOS_TMU +#define CONFIG_CMD_TMU /* USB */ #define CONFIG_CMD_USB