[PATCH] imx: mx6cuboxi: Disable CONFIG_IMX_THERMAL

Simon Glass sjg at chromium.org
Thu Oct 29 01:02:22 CET 2020


This feature is incompatble with of-platdata since it uses the
U_BOOT_DEVICE() macro. With of-platdata the only devices permitted are
those created by dtoc.

Drop this option for now, until the driver can be corrected.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/configs/mx6cuboxi.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
index cfab9a7fc02..55717c77ab3 100644
--- a/include/configs/mx6cuboxi.h
+++ b/include/configs/mx6cuboxi.h
@@ -13,8 +13,6 @@
 
 #include "imx6_spl.h"
 
-#define CONFIG_IMX_THERMAL
-
 #define CONFIG_SYS_MALLOC_LEN		(10 * SZ_1M)
 
 /* MMC Configs */
-- 
2.29.1.341.ge80a0c044ae-goog



More information about the U-Boot mailing list