summaryrefslogtreecommitdiff
path: root/baseboard/herobrine/baseboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/herobrine/baseboard.c')
-rw-r--r--baseboard/herobrine/baseboard.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/baseboard/herobrine/baseboard.c b/baseboard/herobrine/baseboard.c
deleted file mode 100644
index 3103aaf4c5..0000000000
--- a/baseboard/herobrine/baseboard.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/* Herobrine baseboard-specific configuration */
-
-#include "i2c.h"
-
-int board_allow_i2c_passthru(int port)
-{
- return (port == I2C_PORT_VIRTUAL_BATTERY);
-}