From 9cced0d0ee574caad85c856519e0399f5e1f569d Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Tue, 30 Jul 2019 10:13:14 +0800 Subject: vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalent Replace vboot1-style VBERROR_INVALID_PARAMETER with vboot2 equivalent VB2_ERROR_INVALID_PARAMETER. BUG=b:124141368, chromium:988410 TEST=make clean && make runtests BRANCH=none Change-Id: I46227cd3a7d7ce84654a0093f9d64883c9563381 Signed-off-by: Joel Kitching Cq-Depend: chromium:1728116 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1728294 Commit-Queue: Joel Kitching Tested-by: Joel Kitching Reviewed-by: Julius Werner --- firmware/2lib/include/2return_codes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware/2lib/include/2return_codes.h') diff --git a/firmware/2lib/include/2return_codes.h b/firmware/2lib/include/2return_codes.h index adfd3fcc..e800f488 100644 --- a/firmware/2lib/include/2return_codes.h +++ b/firmware/2lib/include/2return_codes.h @@ -80,8 +80,6 @@ enum vb2_return_code { VBERROR_INVALID_BMPFV = 0x10014, /* Invalid screen index */ VBERROR_INVALID_SCREEN_INDEX = 0x10015, - /* Invalid parameter */ - VBERROR_INVALID_PARAMETER = 0x10017, /* VbExBeep() can't make sounds at all */ VBERROR_NO_SOUND = 0x10018, /* VbExBeep() can't make sound in the background */ -- cgit v1.2.1