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

Unified Diff: host/lib/crossystem.c

Issue 6597015: rename tried_fwb constants (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/lib/vboot_nvstorage.c ('k') | tests/vboot_nvstorage_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: host/lib/crossystem.c
diff --git a/host/lib/crossystem.c b/host/lib/crossystem.c
index da9d80b53a42a66e203a946add4f98ba29089faf..9fe1febbc97caa10d535619318f5aadcd16768ae 100644
--- a/host/lib/crossystem.c
+++ b/host/lib/crossystem.c
@@ -486,7 +486,7 @@ int VbGetSystemPropertyInt(const char* name) {
}
/* NV storage values with no defaults for older BIOS. */
else if (!strcasecmp(name,"tried_fwb")) {
- value = VbGetNvStorage(VBNV_FW_USED_TRY_B);
+ value = VbGetNvStorage(VBNV_TRIED_FIRMWARE_B);
}
/* NV storage values. If unable to get from NV storage, fall back to the
* CMOS reboot field used by older BIOS. */
« no previous file with comments | « firmware/lib/vboot_nvstorage.c ('k') | tests/vboot_nvstorage_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698