diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-29 21:22:03 -0400 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-12-07 08:54:29 +0100 |
commit | 8c5ea5361c1728c162dd5ce796654c5aef77420e (patch) | |
tree | f2ce3168f519e75a072a25102e1f3ffad6056f96 /include/configs/mx7dsabresd.h | |
parent | 6cb007a1c75ff8ba3fea8a48b66ad65192e53d78 (diff) | |
download | u-boot-8c5ea5361c1728c162dd5ce796654c5aef77420e.tar.gz |
configs: migrate CONFIG_IMX_THERMAL to defconfigs
Done via moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index 51a7a5f4a0..5801da0cfa 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -134,8 +134,6 @@ /* USB Configs */ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) -#define CONFIG_IMX_THERMAL - #define CONFIG_USBD_HS #ifdef CONFIG_VIDEO |