diff options
-rw-r--r-- | src/include/timestamp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/timestamp.h b/src/include/timestamp.h index e76716c608..9dd0d0f521 100644 --- a/src/include/timestamp.h +++ b/src/include/timestamp.h @@ -37,6 +37,8 @@ enum timestamp_id { TS_BEFORE_INITRAM = 2, TS_AFTER_INITRAM = 3, TS_END_ROMSTAGE = 4, + TS_START_VBOOT = 5, + TS_END_VBOOT = 6, TS_START_COPYRAM = 8, TS_END_COPYRAM = 9, TS_START_RAMSTAGE = 10, |