Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: utility/load_firmware_test.c

Issue 6597018: Add LoadFirmware() support for NvStorage API (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « firmware/stub/load_firmware_stub.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/load_firmware_test.c
diff --git a/utility/load_firmware_test.c b/utility/load_firmware_test.c
index e1d869ab041851a9619e64fb6f23c646e5066bf7..dde0d42876f9eef3f8b6ee50e89e0ace4175b178 100644
--- a/utility/load_firmware_test.c
+++ b/utility/load_firmware_test.c
@@ -225,8 +225,6 @@ const char* status_string(int status) {
return "LOAD_FIRMWARE_RECOVERY";
case LOAD_FIRMWARE_REBOOT:
return "LOAD_FIRMWARE_REBOOT";
- case LOAD_FIRMWARE_RECOVERY_TPM:
- return "LOAD_FIRMWARE_RECOVERY_TPM";
default:
return NULL;
}
« no previous file with comments | « firmware/stub/load_firmware_stub.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698