summaryrefslogtreecommitdiff
path: root/common/system_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/system_common.c')
-rw-r--r--common/system_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system_common.c b/common/system_common.c
index 003bde2c29..76cde4617a 100644
--- a/common/system_common.c
+++ b/common/system_common.c
@@ -303,7 +303,7 @@ static void jump_to_image(uint32_t init_addr)
* EC is not in read-only firmware. (This is not technically true if
* jumping from RO -> RO, but that's not a meaningful use case...)
*/
-#ifdef BOARD_spring
+#if defined(BOARD_skate) || defined(BOARD_spring)
int value;
/* find whether we have a pull-up or a pull-down on the Silego side */