diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-03-31 09:56:27 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 15:00:31 +0800 |
commit | fe02c2c77fa7b29b1a073cc08ecea34af6d87fd2 (patch) | |
tree | b8e6c74ef3d5fd18db73a19a405254334a93b76e /include/configs | |
parent | 8d52c67d2680f42f21274675bb36b253a6a8d7ad (diff) | |
download | u-boot-imx-fe02c2c77fa7b29b1a073cc08ecea34af6d87fd2.zip u-boot-imx-fe02c2c77fa7b29b1a073cc08ecea34af6d87fd2.tar.gz u-boot-imx-fe02c2c77fa7b29b1a073cc08ecea34af6d87fd2.tar.bz2 |
MLK-10774-30 imx:mx7 dm thermal driver support
Add thermal driver for mx7
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx7d_arm2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx7d_arm2.h b/include/configs/mx7d_arm2.h index 06ff695..118e94c 100644 --- a/include/configs/mx7d_arm2.h +++ b/include/configs/mx7d_arm2.h @@ -42,6 +42,7 @@ #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_IPS_BASE_ADDR +#define CONFIG_IMX_THERMAL #define CONFIG_CMD_FUSE #ifdef CONFIG_CMD_FUSE #define CONFIG_MXC_OCOTP |