aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-08-10 05:24:12 -0500
committerTom Rini <trini@konsulko.com>2018-08-20 07:21:27 -0400
commit391328dc30b78be6f0d1181088eda0fd7febd5f3 (patch)
treefc6ab35f900c2663e30394434ae20e25a9d404b2 /configs
parent39dd00fc5dbae60c4165a06b50420a36270c68ab (diff)
downloadu-boot-391328dc30b78be6f0d1181088eda0fd7febd5f3.zip
u-boot-391328dc30b78be6f0d1181088eda0fd7febd5f3.tar.gz
u-boot-391328dc30b78be6f0d1181088eda0fd7febd5f3.tar.bz2
configs: da850evm: Remove DM_I2C_COMPAT
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@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/da850evm_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
index 026355e..2ee02c7 100644
--- a/configs/da850evm_defconfig
+++ b/configs/da850evm_defconfig
@@ -41,7 +41,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