diff mbox

[U-Boot,8/8] EXYNOS5: Config: Enable tmu command

Message ID 1352197125-32321-9-git-send-email-hatim.rv@samsung.com
State Superseded
Headers show

Commit Message

Hatim RV Nov. 6, 2012, 10:18 a.m. UTC
This enables the tmu command to read the current SOC
temperature with the help of TMU

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>

Comments

Simon Glass Nov. 7, 2012, 12:11 a.m. UTC | #1
On Tue, Nov 6, 2012 at 2:18 AM, Hatim Ali <hatim.rv@samsung.com> wrote:
> This enables the tmu command to read the current SOC
> temperature with the help of TMU
>
> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>

Acked-by: Simon Glass <sjg@chromium.org>

>
> 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
> --
> 1.7.2.3
>
diff mbox

Patch

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