aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'board/eets/pdu001/board.c')
-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)
209const struct dpll_params *get_dpll_ddr_params(void) 209const struct dpll_params *get_dpll_ddr_params(void)
210{ 210{
211 enable_i2c0_pin_mux(); 211 enable_i2c0_pin_mux();
212 i2c_init(CONFIG_SYS_OMAP24_I2C_SPEED, CONFIG_SYS_OMAP24_I2C_SLAVE);
213 212
214 return &dpll_ddr; 213 return &dpll_ddr;
215} 214}