summaryrefslogtreecommitdiff
path: root/board/eets
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2018-12-07 14:50:48 +0100
committerHeiko Schocher <hs@denx.de>2018-12-10 06:21:58 +0100
commitad95da1f3c2d67e36f2b334083bc487b05085c7e (patch)
tree58eb0513f488428f129d6b716f7d4b70176b1c06 /board/eets
parent2463f6728e821f7127914dac36733cbd6e089bcf (diff)
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 'board/eets')
-rw-r--r--board/eets/pdu001/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/eets/pdu001/board.c b/board/eets/pdu001/board.c
index b4b8081c90..b857a5a935 100644
--- a/board/eets/pdu001/board.c
+++ b/board/eets/pdu001/board.c
@@ -209,7 +209,6 @@ void am33xx_spl_board_init(void)
const struct dpll_params *get_dpll_ddr_params(void)
{
enable_i2c0_pin_mux();
- i2c_init(CONFIG_SYS_OMAP24_I2C_SPEED, CONFIG_SYS_OMAP24_I2C_SLAVE);
return &dpll_ddr;
}