diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2018-12-07 14:50:48 +0100 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2018-12-10 06:21:58 +0100 |
commit | ad95da1f3c2d67e36f2b334083bc487b05085c7e (patch) | |
tree | 58eb0513f488428f129d6b716f7d4b70176b1c06 /include/configs/pdu001.h | |
parent | 2463f6728e821f7127914dac36733cbd6e089bcf (diff) | |
download | u-boot-ad95da1f3c2d67e36f2b334083bc487b05085c7e.tar.gz |
configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPAT
Remove the last call to the non-DM I2C API.
Also remove the #undef CONFIG_DM_I2C_COMPAT because it is not defined
in the common header file anymore.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Felix Brack <fb@ltec.ch>
Tested-by: Felix Brack <fb@ltec.ch>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/pdu001.h')
-rw-r--r-- | include/configs/pdu001.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/pdu001.h b/include/configs/pdu001.h index 7b809e2329..e4c2872fe9 100644 --- a/include/configs/pdu001.h +++ b/include/configs/pdu001.h @@ -12,12 +12,6 @@ #include <configs/ti_am335x_common.h> -/* No more need for I2C legacy compatibility for this board. - * CONFIG_DM_I2C_COMPAT is defined in ti_armv7_common.h. See the comment there - * for the right moment to delete the following line. - */ -#undef CONFIG_DM_I2C_COMPAT - /* Using 32K of volatile storage for environment */ #define CONFIG_ENV_SIZE 0x4000 |