[U-Boot] [PATCH] configs: da850evm: Remove DM_I2C_COMPAT
Adam Ford
aford173 at gmail.com
Fri Aug 10 10:24:12 UTC 2018
Since using DM_I2C_COMPAT throws a warning during compilation,
and it isn't really needed any longer, so this patch removes
this feature and shrinks the code a bit.
from:
text data bss dec hex filename
343326 13388 123448 480162 753a2 u-boot
to:
text data bss dec hex filename
342924 13380 123440 479744 75200 u-boot
Signed-off-by: Adam Ford <aford173 at gmail.com>
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
index ea56d01344..56d87334a7 100644
--- a/configs/da850evm_defconfig
+++ b/configs/da850evm_defconfig
@@ -39,7 +39,6 @@ CONFIG_DM=y
CONFIG_DM_GPIO=y
CONFIG_DA8XX_GPIO=y
CONFIG_DM_I2C=y
-CONFIG_DM_I2C_COMPAT=y
CONFIG_SYS_I2C_DAVINCI=y
CONFIG_MTD_DEVICE=y
CONFIG_MTD_PARTITIONS=y
--
2.17.1
More information about the U-Boot
mailing list