diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-09-02 13:54:13 -0500 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-13 10:11:53 +0200 |
commit | 1368f99346b1a6c566095bcb1df662cdbdb129b3 (patch) | |
tree | 62c61701a30e15abd3e7adf2a21dd19fbe32233a /include/configs/embestmx6boards.h | |
parent | 15c52b3ddd1e46743f5fb604f0cbcae144237ed5 (diff) | |
download | u-boot-1368f99346b1a6c566095bcb1df662cdbdb129b3.tar.gz u-boot-1368f99346b1a6c566095bcb1df662cdbdb129b3.tar.bz2 u-boot-1368f99346b1a6c566095bcb1df662cdbdb129b3.zip |
thermal: imx_thermal: rework driver to be reused
Rework imx_thermal driver to be used across i.MX
processor that support thermal sensor
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs/embestmx6boards.h')
-rw-r--r-- | include/configs/embestmx6boards.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index 12744a6143..58cee96ac3 100644 --- a/include/configs/embestmx6boards.h +++ b/include/configs/embestmx6boards.h @@ -19,7 +19,7 @@ #define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024) -#define CONFIG_IMX6_THERMAL +#define CONFIG_IMX_THERMAL /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) |