aboutsummaryrefslogtreecommitdiffstats
path: root/board/samsung/common/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/samsung/common/board.c')
-rw-r--r--board/samsung/common/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c
index 49d40244644..943b498293b 100644
--- a/board/samsung/common/board.c
+++ b/board/samsung/common/board.c
@@ -176,10 +176,6 @@ int board_early_init_f(void)
return err;
}
-#ifdef CONFIG_SYS_I2C_INIT_BOARD
- board_i2c_init(gd->fdt_blob);
-#endif
-
return exynos_early_init_f();
}
#endif