public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] imx: mx6cuboxi: Disable CONFIG_IMX_THERMAL
@ 2020-10-29  0:02 Simon Glass
  2020-10-29  5:14 ` Baruch Siach
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Glass @ 2020-10-29  0:02 UTC (permalink / raw)
  To: u-boot

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@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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-29 17:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-29  0:02 [PATCH] imx: mx6cuboxi: Disable CONFIG_IMX_THERMAL Simon Glass
2020-10-29  5:14 ` Baruch Siach
2020-10-29 15:19   ` Tom Rini
2020-10-29 16:11     ` Walter Lozano
2020-10-29 16:14       ` Tom Rini
2020-10-29 17:06         ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox