diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-04-28 09:08:50 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 15:10:28 +0800 |
commit | d174546149b6ca341bdb638da2c0e366236f2481 (patch) | |
tree | 14fd0f5c0dad624965f406dd701ca0274938bc02 /include/configs/mx7dsabresd.h | |
parent | eafbfbac360c5f255253981098be071b5ccdc98f (diff) | |
download | u-boot-imx-d174546149b6ca341bdb638da2c0e366236f2481.zip u-boot-imx-d174546149b6ca341bdb638da2c0e366236f2481.tar.gz u-boot-imx-d174546149b6ca341bdb638da2c0e366236f2481.tar.bz2 |
MLK-10774-47 imx: mx7dsabresd enable thermal
Enable thermal for mx7dsabresd board.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index f851779..de88c8f 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -423,6 +423,8 @@ #define CONFIG_MXC_USB_FLAGS 0 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 +#define CONFIG_IMX_THERMAL + #if defined(CONFIG_MXC_EPDC) && defined(CONFIG_SYS_USE_QSPI) #error "EPDC Pins conflicts QSPI, Either EPDC or QSPI can be enabled!" #endif |