soc/qualcomm/sc7280: Update console message type non-fatal
This patch updates console message type non-fatal from BIOS_ERR to BIOS_INFO as appropriate. Change-Id: I7940b5f0457388d6c5786c9cd490078065e953a4 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91501 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
270e84e59f
commit
10f0a87824
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ int edp_read_edid(struct edid *out)
|
|||
}
|
||||
|
||||
if (edid[EDID_EXTENSION_FLAG]) {
|
||||
printk(BIOS_ERR, " read EDID ext block.\n");
|
||||
printk(BIOS_INFO, " read EDID ext block.\n");
|
||||
edid_size += EDID_LENGTH;
|
||||
reg_addr = EDID_LENGTH;
|
||||
err = edp_aux_transfer(EDID_I2C_ADDR, DP_AUX_I2C_WRITE, ®_addr, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue