configs: da850evm: Remove DM_I2C_COMPAT
authorAdam Ford <aford173@gmail.com>
Fri, 10 Aug 2018 10:24:12 +0000 (05:24 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 20 Aug 2018 11:21:27 +0000 (07:21 -0400)
commit391328dc30b78be6f0d1181088eda0fd7febd5f3
treefc6ab35f900c2663e30394434ae20e25a9d404b2
parent39dd00fc5dbae60c4165a06b50420a36270c68ab
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>
configs/da850evm_defconfig