summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_display.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/vboot_display.c')
-rw-r--r--firmware/lib/vboot_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/lib/vboot_display.c b/firmware/lib/vboot_display.c
index 92880492..c0df16b2 100644
--- a/firmware/lib/vboot_display.c
+++ b/firmware/lib/vboot_display.c
@@ -605,7 +605,7 @@ VbError_t VbCheckDisplayKey(VbCommonParams* cparams, uint32_t key,
}
if (0 == Memcmp(MagicBuffer, MAGIC_WORD, MAGIC_WORD_LEN)) {
- if (VBEASTEREGG(cparams, vncptr))
+ if (VBEASTEREGG)
(void)VbDisplayScreen(cparams, disp_current_screen, 1, vncptr);
}