diff options
author | Raul E Rangel <rrangel@chromium.org> | 2021-06-09 16:15:29 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-06-14 18:52:25 +0000 |
commit | 705f774c9350fc987fe27a3fa4c0a9225a897e41 (patch) | |
tree | b8dbc883aaf698a566e625ce39393623665c3ab2 | |
parent | b1fdda89a67bdb2bd3c27d290e74311236fcdc04 (diff) |
commonlib/timestamp: Clarify wording on TS_LOAD_PAYLOAD
It's helpful to know if it's the start or end of a step.
BUG=b:179092979
TEST=none
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I550e2535615ff7e92c7c8a68c8b149f0a3476d1f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55372
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/commonlib/include/commonlib/timestamp_serialized.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/include/commonlib/timestamp_serialized.h b/src/commonlib/include/commonlib/timestamp_serialized.h index e49ba3e46c..a69e1d3539 100644 --- a/src/commonlib/include/commonlib/timestamp_serialized.h +++ b/src/commonlib/include/commonlib/timestamp_serialized.h @@ -178,7 +178,7 @@ static const struct timestamp_id_to_name { { TS_CBMEM_POST, "cbmem post" }, { TS_WRITE_TABLES, "write tables" }, { TS_FINALIZE_CHIPS, "finalize chips" }, - { TS_LOAD_PAYLOAD, "load payload" }, + { TS_LOAD_PAYLOAD, "starting to load payload" }, { TS_ACPI_WAKE_JUMP, "ACPI wake jump" }, { TS_SELFBOOT_JUMP, "selfboot jump" }, { TS_DELAY_START, "Forced delay start" }, |