Ian Feng has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62508 )
Change subject: mb/google/brya: Change "mainboard: EC init" loglevel prefix ......................................................................
mb/google/brya: Change "mainboard: EC init" loglevel prefix
Change loglevel prefix "BIOS_ERR" to "BIOS_DEBUG".
BUG=b:220639445 TEST=emerge-brya coreboot chromeos-bootimage
Signed-off-by: Ian Feng ian_feng@compal.corp-partner.google.com Change-Id: Ie3de63fc13e7a5ed6a4b4617542851782fbb6f00 --- M src/mainboard/google/brya/ec.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/62508/1
diff --git a/src/mainboard/google/brya/ec.c b/src/mainboard/google/brya/ec.c index 6d0c426..f828bc5 100644 --- a/src/mainboard/google/brya/ec.c +++ b/src/mainboard/google/brya/ec.c @@ -16,7 +16,7 @@ .s0ix_wake_events = MAINBOARD_EC_S0IX_WAKE_EVENTS, };
- printk(BIOS_ERR, "mainboard: EC init\n"); + printk(BIOS_DEBUG, "mainboard: EC init\n");
google_chromeec_events_init(&info, acpi_is_wakeup_s3()); }