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 Mar 4, 2022
1 parent 4cb5ec1 commit e84be7a
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 @@ -375,11 +375,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 e84be7a

Please sign in to comment.