summaryrefslogtreecommitdiffstats
path: root/src/lib/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/bootblock.c')
-rw-r--r--src/lib/bootblock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/bootblock.c b/src/lib/bootblock.c
index 598996492121..5c202baa4370 100644
--- a/src/lib/bootblock.c
+++ b/src/lib/bootblock.c
@@ -39,7 +39,7 @@ void bootblock_main_with_timestamp(uint64_t base_timestamp,
timestamps[i].entry_stamp);
}
- timestamp_add_now(TS_START_BOOTBLOCK);
+ timestamp_add_now(TS_BOOTBLOCK_START);
bootblock_soc_early_init();
bootblock_mainboard_early_init();
@@ -63,7 +63,7 @@ void bootblock_main_with_timestamp(uint64_t base_timestamp,
tpm_setup(s3resume);
}
- timestamp_add_now(TS_END_BOOTBLOCK);
+ timestamp_add_now(TS_BOOTBLOCK_END);
run_romstage();
}