summaryrefslogtreecommitdiff
path: root/host/lib/crossystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/crossystem.c')
-rw-r--r--host/lib/crossystem.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/host/lib/crossystem.c b/host/lib/crossystem.c
index 72f2c666..88afde25 100644
--- a/host/lib/crossystem.c
+++ b/host/lib/crossystem.c
@@ -277,12 +277,12 @@ char* GetVdatString(char* dest, int size, VdatStringField field)
"LFS=%" PRIu64 ",%" PRIu64
" LF=%" PRIu64 ",%" PRIu64
" LK=%" PRIu64 ",%" PRIu64,
- sh->timer_load_firmware_start_enter,
- sh->timer_load_firmware_start_exit,
- sh->timer_load_firmware_enter,
- sh->timer_load_firmware_exit,
- sh->timer_load_kernel_enter,
- sh->timer_load_kernel_exit);
+ sh->timer_vb_init_enter,
+ sh->timer_vb_init_exit,
+ sh->timer_vb_select_firmware_enter,
+ sh->timer_vb_select_firmware_exit,
+ sh->timer_vb_select_and_load_kernel_enter,
+ sh->timer_vb_select_and_load_kernel_exit);
break;
case VDAT_STRING_LOAD_FIRMWARE_DEBUG: