summaryrefslogtreecommitdiff
path: root/firmware/lib/include
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2019-04-01 15:45:30 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-04-04 15:10:17 -0700
commitcbbda444f7d57da09fd7fdf6651ab9250464f2cc (patch)
treee5ef0a1436d7bd5f36d83108771dca7618e11618 /firmware/lib/include
parente8f2bbbeeaecc9b545a512ec0bd7d9979c921acf (diff)
downloadvboot-cbbda444f7d57da09fd7fdf6651ab9250464f2cc.tar.gz
VbCheckDisplayKey: Remove easter egg support
We haven't used the easter egg screen since Mario. Time to get rid of that code. BRANCH=None BUG=None TEST=Booted Kevin. Change-Id: I8f403f296ebb2a3d14ba6a70f12cd13a58e67b64 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1548303 Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'firmware/lib/include')
-rw-r--r--firmware/lib/include/utility.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/lib/include/utility.h b/firmware/lib/include/utility.h
index ca9bcd7e..e8872492 100644
--- a/firmware/lib/include/utility.h
+++ b/firmware/lib/include/utility.h
@@ -22,13 +22,6 @@
#define VbAssert(expr)
#endif
-/* Optional, up to the BIOS */
-#ifdef VBOOT_EASTER_EGG
-#define VBEASTEREGG VbExEasterEgg()
-#else
-#define VBEASTEREGG 0
-#endif
-
/*
* Combine [msw] and [lsw] uint16s to a uint32_t with its [msw] and [lsw]
* forming the most and least signficant 16-bit words.