From patchwork Mon Jan 28 11:26:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,7/9,v7] EXYNOS5: Config: Enable dtt command for TMU Date: Mon, 28 Jan 2013 01:26:43 -0000 From: Akshay Saraswat X-Patchwork-Id: 216169 Message-Id: <1359372405-17518-8-git-send-email-akshay.s@samsung.com> To: u-boot@lists.denx.de This enables the dtt command to read the current SOC temperature with the help of TMU Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v6: - None. include/configs/exynos5250-dt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 53ca41f..8a8e9fe 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -119,6 +119,8 @@ /* Thermal Management Unit */ #define CONFIG_EXYNOS_TMU +#define CONFIG_CMD_DTT +#define CONFIG_TMU_CMD_DTT /* USB */ #define CONFIG_CMD_USB