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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/bds/board.c b/board/bds/board.c
index 50c4a079e9..04e3d56c67 100644
--- a/board/bds/board.c
+++ b/board/bds/board.c
@@ -44,6 +44,7 @@ const struct gpio_info gpio_list[GPIO_COUNT] = {
{"DEBUG_LED", LM4_GPIO_A, (1<<7), GPIO_OUT_LOW, NULL},
/* Unimplemented signals which we need to emulate for now */
GPIO_SIGNAL_NOT_IMPLEMENTED("WRITE_PROTECT"),
+ GPIO_SIGNAL_NOT_IMPLEMENTED("ENTERING_RW"),
};