From: Nikolay Dimitrov Date: Sun, 17 May 2015 23:10:47 +0000 (+0300) Subject: imx: marsboard: Enable thermal DM support X-Git-Tag: v2015.07-rc2~97^2~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=181334a053554a3f5652eeddebfde99b93f3af0e;p=u-boot imx: marsboard: Enable thermal DM support Signed-off-by: Nikolay Dimitrov --- diff --git a/configs/marsboard_defconfig b/configs/marsboard_defconfig index f54fdd05a1..460e2d022c 100644 --- a/configs/marsboard_defconfig +++ b/configs/marsboard_defconfig @@ -1,3 +1,5 @@ CONFIG_ARM=y CONFIG_TARGET_EMBESTMX6BOARDS=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024,ENV_IS_IN_SPI_FLASH" +CONFIG_DM=y +CONFIG_DM_THERMAL=y