summaryrefslogtreecommitdiff
path: root/board/pompom/board_revs.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/pompom/board_revs.h')
-rw-r--r--board/pompom/board_revs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/board/pompom/board_revs.h b/board/pompom/board_revs.h
index 1ac5ee1337..8edc249df0 100644
--- a/board/pompom/board_revs.h
+++ b/board/pompom/board_revs.h
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -8,7 +8,7 @@
#define POMPOM_REV0 0
#define POMPOM_REV1 1
-#define POMPOM_REV_LAST POMPOM_REV1
+#define POMPOM_REV_LAST POMPOM_REV1
#define POMPOM_REV_DEFAULT POMPOM_REV1
#if !defined(BOARD_REV)
@@ -19,5 +19,4 @@
#error "Board revision out of range"
#endif
-
#endif /* __CROS_EC_BOARD_REVS_H */