summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_api_kernel.c
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2011-11-14 17:00:40 -0800
committerBill Richardson <wfrichar@chromium.org>2011-11-14 17:02:17 -0800
commit791d6e6d75f1d1a0fb41c3a7be27dac7df78def3 (patch)
treecf24d08003b89fcc7b5e9d2cab31f2f5704c050a /firmware/lib/vboot_api_kernel.c
parent6f5da79114987c3b3881230f2efad6f50dd564ae (diff)
downloadvboot-791d6e6d75f1d1a0fb41c3a7be27dac7df78def3.tar.gz
Fix typo, add one VBDEBUG.
BUG=none TEST=none Change-Id: Ie82c5eb3052c84272da4bf21d80cc2bf204fd08d Reviewed-on: https://gerrit.chromium.org/gerrit/11670 Reviewed-by: Bill Richardson <wfrichar@chromium.org> Tested-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'firmware/lib/vboot_api_kernel.c')
-rw-r--r--firmware/lib/vboot_api_kernel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/lib/vboot_api_kernel.c b/firmware/lib/vboot_api_kernel.c
index dadcfcd5..fda5715a 100644
--- a/firmware/lib/vboot_api_kernel.c
+++ b/firmware/lib/vboot_api_kernel.c
@@ -179,6 +179,7 @@ VbError_t VbBootDeveloper(VbCommonParams* cparams, LoadKernelParams* p) {
}
break;
default:
+ VBDEBUG(("VbBootDeveloper() - pressed key %d\n", key));
VbCheckDisplayKey(cparams, key, &vnc);
break;
}