mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 18:25:10 +00:00
Refactor LoadFirmware() and LoadKernel() to return VbError_t
BUG=chromium-os:18161 TEST=make && make runtests Change-Id: I1f60654fef84e26ee15fa8bdaacdb87fb1ddf69e Reviewed-on: http://gerrit.chromium.org/gerrit/4676 Reviewed-by: Stefan Reinauer <reinauer@chromium.org> Tested-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
@@ -90,7 +90,11 @@ enum VbErrorPredefined_t {
|
||||
/* Invalid bitmap volume */
|
||||
VBERROR_INVALID_BMPFV = 0x10014,
|
||||
/* Invalid screen index */
|
||||
VBERROR_INVALID_SCREEN_INDEX = 0x10015
|
||||
VBERROR_INVALID_SCREEN_INDEX = 0x10015,
|
||||
/* Simulated (test) error */
|
||||
VBERROR_SIMULATED = 0x10016,
|
||||
/* Invalid parameter */
|
||||
VBERROR_INVALID_PARAMETER = 0x10017
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user