commit | 8c19f7be91edc3dc44089bb978260db38e1b0601 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 29 11:08:25 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:56 2020 -0600 |
tree | 1c02e3ad62afd9a87c17b7071bb4dac408acbeeb | |
parent | 5792f4b6a5f7540a41cf391b5a1d55633c3fa870 [diff] |
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>