summaryrefslogtreecommitdiff
path: root/board/poppy/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/poppy/board.h')
-rw-r--r--board/poppy/board.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/poppy/board.h b/board/poppy/board.h
index 23a35f15d3..75188e056a 100644
--- a/board/poppy/board.h
+++ b/board/poppy/board.h
@@ -8,14 +8,6 @@
#ifndef __CROS_EC_BOARD_H
#define __CROS_EC_BOARD_H
-/* Set the default board revision */
-#ifdef BOARD_SORAKA
-#define POPPY_REV1
-#else
-/* TODO(b/35585396): Deprecate rev0 */
-#define POPPY_REV0
-#endif
-
/*
* Allow dangerous commands.
* TODO: Remove this config before production.