mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
Fix build break
BUG=none TEST=emerge-x86-generic vboot_reference Change-Id: Ic34f0aedbb6522e2ac4bbea3cb33f303435a0d33 Reviewed-on: http://gerrit.chromium.org/gerrit/608 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Tested-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
@@ -368,9 +368,9 @@ int LoadFirmware(LoadFirmwareParams* params) {
|
||||
shared->firmware_index = (uint8_t)params->firmware_index;
|
||||
retval = LOAD_FIRMWARE_SUCCESS;
|
||||
} else {
|
||||
UINT8 a = shared->check_fw_a_result;
|
||||
UINT8 b = shared->check_fw_b_result;
|
||||
UINT8 best_check;
|
||||
uint8_t a = shared->check_fw_a_result;
|
||||
uint8_t b = shared->check_fw_b_result;
|
||||
uint8_t best_check;
|
||||
|
||||
/* No good firmware, so go to recovery mode. */
|
||||
VBDEBUG(("Alas, no good firmware.\n"));
|
||||
|
||||
Reference in New Issue
Block a user