summaryrefslogtreecommitdiff
path: root/firmware/include/utility.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/utility.h')
-rw-r--r--firmware/include/utility.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/include/utility.h b/firmware/include/utility.h
index e0a710cf..5a71e835 100644
--- a/firmware/include/utility.h
+++ b/firmware/include/utility.h
@@ -45,9 +45,9 @@
/* Optional, up to the BIOS */
#ifdef VBOOT_EASTER_EGG
-#define VBEASTEREGG(A,B) VbExEasterEgg(A,B)
+#define VBEASTEREGG VbExEasterEgg()
#else
-#define VBEASTEREGG(A,B) 0
+#define VBEASTEREGG 0
#endif
/* Combine [msw] and [lsw] uint16s to a uint32_t with its [msw] and