summaryrefslogtreecommitdiff
path: root/firmware/lib
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib')
-rw-r--r--firmware/lib/include/vboot_display.h3
-rw-r--r--firmware/lib/vboot_display.c2
2 files changed, 1 insertions, 4 deletions
diff --git a/firmware/lib/include/vboot_display.h b/firmware/lib/include/vboot_display.h
index 782fc877..57688aed 100644
--- a/firmware/lib/include/vboot_display.h
+++ b/firmware/lib/include/vboot_display.h
@@ -19,8 +19,5 @@ VbError_t VbDisplayDebugInfo(VbCommonParams* cparams, VbNvContext *vncptr);
VbError_t VbCheckDisplayKey(VbCommonParams* cparams, uint32_t key,
VbNvContext *vncptr);
-/* If not VBERROR_SUCCESS, will need to refresh the display */
-VbError_t VbExEasterEgg(VbCommonParams* cparams, VbNvContext *vncptr);
-
#endif /* VBOOT_REFERENCE_VBOOT_DISPLAY_H_ */
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);
}