
29 Oct
2020
29 Oct
'20
1:02 a.m.
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