summaryrefslogtreecommitdiff
path: root/board/snow/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/snow/board.h')
-rw-r--r--board/snow/board.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/snow/board.h b/board/snow/board.h
index df18e1ec77..b09d0238d8 100644
--- a/board/snow/board.h
+++ b/board/snow/board.h
@@ -31,6 +31,8 @@
* Once we complete the vboot and autoupdate, we should remove this. */
#define CONFIG_SYSTEM_UNLOCKED
+#ifndef __ASSEMBLER__
+
/* By default, enable all console messages except keyboard */
#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
@@ -105,4 +107,6 @@ void board_interrupt_host(int active);
/* Auto detect EC i2c host port */
int board_i2c_host_port(void);
+#endif /* !__ASSEMBLER__ */
+
#endif /* __BOARD_H */