summaryrefslogtreecommitdiff
path: root/board/cr50/wp.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/wp.c')
-rw-r--r--board/cr50/wp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/wp.c b/board/cr50/wp.c
index 8c4980a70d..b1be6a87b5 100644
--- a/board/cr50/wp.c
+++ b/board/cr50/wp.c
@@ -277,7 +277,7 @@ int board_wipe_tpm(void)
* git sha c7282f6.
*/
#define FWMP_HASH_SIZE 32
-#define FWMP_DEV_DISABLE_CCD_UNLOCK (1 << 6)
+#define FWMP_DEV_DISABLE_CCD_UNLOCK BIT(6)
#define FIRMWARE_FLAG_DEV_MODE 0x02
struct RollbackSpaceFirmware {