aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/snow/smdk5250_spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/snow/smdk5250_spl.c')
-rw-r--r--src/mainboard/google/snow/smdk5250_spl.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mainboard/google/snow/smdk5250_spl.c b/src/mainboard/google/snow/smdk5250_spl.c
index 0dbd4e1165..33f27b17db 100644
--- a/src/mainboard/google/snow/smdk5250_spl.c
+++ b/src/mainboard/google/snow/smdk5250_spl.c
@@ -87,18 +87,3 @@ int board_wakeup_permitted(void)
return !is_bad_wake;
}
-
-/*
- * TODO(sjg@chromium.org):
- * Declared there here for SPL, since there is no core i2c subsystem and
- * cmd_i2c.c is not included.
- */
-void board_i2c_release_bus(int node)
-{
-}
-
-int board_i2c_claim_bus(int node)
-{
- /* EC is not allowed to touch the bus until we enter U-Boot */
- return 0;
-}