Skip to content

Commit

Permalink
soc/power9/romstage.c: change 0xF000F log level from DEBUG to WARNING
Browse files Browse the repository at this point in the history
Change-Id: I4f12d13ac560b2f7cb42b057922343d25af6bfb2
Signed-off-by: Kacper Stojek <[email protected]>
  • Loading branch information
Stojak139808 authored and SergiiDmytruk committed Aug 24, 2022
1 parent 1ff6112 commit b78758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soc/ibm/power9/romstage.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ void main(void)
timestamp_add_now(TS_AFTER_INITRAM);

/* Test if SCOM still works. Maybe should check also indirect access? */
printk(BIOS_DEBUG, "0xF000F = %llx\n", read_scom(0, 0xF000F));
printk(BIOS_WARNING, "0xF000F = %llx\n", read_scom(0, 0xF000F));

/*
* Halt to give a chance to inspect FIRs, otherwise checkstops from
Expand Down

0 comments on commit b78758c

Please sign in to comment.