summaryrefslogtreecommitdiff
path: root/firmware/include
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-07-22 14:21:35 +0800
committerCommit Bot <commit-bot@chromium.org>2019-07-24 06:53:41 +0000
commite050a2c88fc963cb97d9794849e9e2b60fabbe77 (patch)
treef037b8c93a7dc4b8a5d23c9b7a643d1dedfc71e0 /firmware/include
parent34abb32ed2e48ccad95320c37fb001df8e3442fd (diff)
downloadvboot-e050a2c88fc963cb97d9794849e9e2b60fabbe77.tar.gz
vboot: deprecate VbExError function
Convert uses of this function to call VB2_DEBUG and manually exit if necessary. BUG=b:124141368 TEST=make clean && make runtests BRANCH=none Change-Id: I9006b1a9c66645757d33310d96207233b88eaed5 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1710340 Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'firmware/include')
-rw-r--r--firmware/include/vboot_api.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/firmware/include/vboot_api.h b/firmware/include/vboot_api.h
index 6142cfa7..518b8cd8 100644
--- a/firmware/include/vboot_api.h
+++ b/firmware/include/vboot_api.h
@@ -309,15 +309,6 @@ VbError_t VbVerifyMemoryBootImage(struct vb2_context *ctx,
VbError_t VbUnlockDevice(void);
/*****************************************************************************/
-/* Debug output (from utility.h) */
-
-/**
- * Output an error message and quit. Does not return. Supports
- * printf()-style formatting.
- */
-void VbExError(const char *format, ...);
-
-/*****************************************************************************/
/* Timer and delay (first two from utility.h) */
#define VB_USEC_PER_MSEC 1000ULL