From 0e80b6863d457e7fcc945c49ffa23009cdc11b45 Mon Sep 17 00:00:00 2001 From: Nikolay Dimitrov Date: Mon, 18 May 2015 02:10:45 +0300 Subject: [PATCH] imx: riotboard, marsboard: Enable thermal support Signed-off-by: Nikolay Dimitrov --- include/configs/embestmx6boards.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index 7a3e2d6043..7f6463f739 100644 --- a/include/configs/embestmx6boards.h +++ b/include/configs/embestmx6boards.h @@ -36,6 +36,7 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_REVISION_TAG +#define CONFIG_IMX6_THERMAL /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -- 2.40.1