Skip to content

Commit

Permalink
soc/power9/romstage.c: add timestamp after timer init
Browse files Browse the repository at this point in the history
Change-Id: I2b2e35c8ad90d1d900194c4722478b8200dbff43
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
  • Loading branch information
SergiiDmytruk committed Apr 7, 2022
1 parent 61971f3 commit 649cb7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/soc/ibm/power9/romstage.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,10 @@ void main(void)

struct pci_info pci_info[MAX_CHIPS] = { 0 };

timestamp_add_now(TS_START_ROMSTAGE);

console_init();

init_timer();
timestamp_add_now(TS_START_ROMSTAGE);

if (ipmi_premem_init(CONFIG_BMC_BT_BASE, 0) != CB_SUCCESS)
die("Failed to initialize IPMI\n");
Expand Down

0 comments on commit 649cb7d

Please sign in to comment.