summaryrefslogtreecommitdiff
path: root/board/bds/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/bds/board.c')
-rw-r--r--board/bds/board.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/board/bds/board.c b/board/bds/board.c
index 777e84c3e5..89bd337af3 100644
--- a/board/bds/board.c
+++ b/board/bds/board.c
@@ -86,12 +86,17 @@ const struct gpio_info gpio_list[GPIO_COUNT] = {
/* BDS system is only half-wired to an x86 chipset, so it can't tell what state
* the chipset is in. Rather than scatter ifdef's everywhere, put a mock
* chipset interface here. */
-int chipset_in_state(enum chipset_state in_state)
+int chipset_in_state(int state_mask)
{
return 1; /* Sure, I'm in whatever state you want. */
}
+void chipset_exit_hard_off(void)
+{
+}
+
+
void configure_board(void)
{
}