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/gw_ventana.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/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index a92157d52c..7c8abda1d2 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -32,16 +32,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -/* Init Functions */ - -/* Driver Model */ -#ifndef CONFIG_SPL_BUILD -#define CONFIG_DM_THERMAL -#endif - -/* Thermal */ -#define CONFIG_IMX_THERMAL - /* Serial */ #define CONFIG_MXC_UART_BASE UART2_BASE |