diff options
author | Soeren Moch <smoch@web.de> | 2015-05-29 20:32:41 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-06-09 12:08:06 +0200 |
commit | fbd18aa610df896ccebbebb3fb88b19dddd7c413 (patch) | |
tree | ccaafce10b66a6773774f646ca1fda99f065f795 /include | |
parent | 6c1751efca6eb7e1e6c64535607ca9c45a8657e1 (diff) | |
download | u-boot-fbd18aa610df896ccebbebb3fb88b19dddd7c413.tar.gz |
tbs2910: add thermal support
Signed-off-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/tbs2910.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index e1c993783b..eec024157f 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h @@ -21,6 +21,8 @@ #define CONFIG_SYS_PROMPT "Matrix U-Boot> " #define CONFIG_SYS_HZ 1000 +#define CONFIG_IMX6_THERMAL + /* Physical Memory Map */ #define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_SYS_SDRAM_BASE MMDC0_ARB_BASE_ADDR |