commit | 2f1d241acc353487f598cf799aaec067d4fdf5c1 | [log] [tgz] |
---|---|---|
author | Christian Gmeiner <christian.gmeiner@gmail.com> | Thu Jun 08 09:37:26 2017 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Wed Jul 12 09:42:33 2017 +0200 |
tree | d0c1c0e06b346fddba01f44cc300cd9914c66720 | |
parent | c123908a61f4e55414d43ff13c74d2262a269815 [diff] |
ot1200: enable CONFIG_IMX_THERMAL for detailed thermal information Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 7aeae7b..be6bbad 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h
@@ -95,6 +95,9 @@ #define CONFIG_PREBOOT "" +/* Thermal support */ +#define CONFIG_IMX_THERMAL + /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)