Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/27920
Change subject: src/arch/arm/armv7: Fix typo ......................................................................
src/arch/arm/armv7: Fix typo
Change-Id: I5838fdef41a2d84c3ec0ba4d9b2de5058530a2b9 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/commonlib/include/commonlib/timestamp_serialized.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/27920/1
diff --git a/src/commonlib/include/commonlib/timestamp_serialized.h b/src/commonlib/include/commonlib/timestamp_serialized.h index 304e43f..15e05cf 100644 --- a/src/commonlib/include/commonlib/timestamp_serialized.h +++ b/src/commonlib/include/commonlib/timestamp_serialized.h @@ -240,7 +240,7 @@ { TS_AGESA_S3_FINAL_DONE, "back from AmdS3FinalRestore" },
/* Intel ME related timestamps */ - { TS_ME_INFORM_DRAM_WAIT, "waiting for ME acknowledgement of raminit"}, + { TS_ME_INFORM_DRAM_WAIT, "waiting for ME acknowledgment of raminit"}, { TS_ME_INFORM_DRAM_DONE, "finished waiting for ME response"},
/* FSP related timestamps */