summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/lib/vboot_api_kernel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/lib/vboot_api_kernel.c b/firmware/lib/vboot_api_kernel.c
index 7e48685a..9135085e 100644
--- a/firmware/lib/vboot_api_kernel.c
+++ b/firmware/lib/vboot_api_kernel.c
@@ -394,6 +394,8 @@ VbError_t VbSelectAndLoadKernel(
if (retval)
goto VbSelectAndLoadKernel_exit;
+ VB2_DEBUG("GBB flags are %#x\n", vb2_get_gbb(ctx)->flags);
+
/*
* Do EC software sync unless we're in recovery mode. This has UI but
* it's just a single non-interactive WAIT screen.