src: capitalize 'RAM'
Change-Id: Ia05cb2de1b9f2a36fc9ecc22fb82f0c14da00a76 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39029 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
183ad06f52
commit
ef90609cbb
15 changed files with 21 additions and 21 deletions
|
|
@ -156,8 +156,8 @@ static const struct timestamp_id_to_name {
|
|||
/* Marker to report base_time. */
|
||||
{ 0, "1st timestamp" },
|
||||
{ TS_START_ROMSTAGE, "start of romstage" },
|
||||
{ TS_BEFORE_INITRAM, "before ram initialization" },
|
||||
{ TS_AFTER_INITRAM, "after ram initialization" },
|
||||
{ TS_BEFORE_INITRAM, "before RAM initialization" },
|
||||
{ TS_AFTER_INITRAM, "after RAM initialization" },
|
||||
{ TS_END_ROMSTAGE, "end of romstage" },
|
||||
{ TS_START_VBOOT, "start of verified boot" },
|
||||
{ TS_END_VBOOT, "end of verified boot" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue