]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: mx6cuboxi: Disable thermal driver in SPL
authorSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 17:08:25 +0000 (11:08 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:56 +0000 (14:42 -0600)
commit4e28a259fd3a2025f42ad005b375aea2912c81de
tree1c02e3ad62afd9a87c17b7071bb4dac408acbeeb
parent8a38abfc43f94a92b63e428738714111710bda53
imx: mx6cuboxi: Disable thermal driver in SPL

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.

The driver is not used in SPL anyway, so exclude it from that build.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
arch/arm/mach-imx/mx6/soc.c