Hello Jonathan Neuschäfer, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28872
to look at the new patch set (#2).
Change subject: src/lib/edid.c: Replace #if 1 with something useful ......................................................................
src/lib/edid.c: Replace #if 1 with something useful
Since `#if 1` is rather useless, and the code inside it is just several `printk(BIOS_SPEW)`, using `IS_ENABLED(CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8)` instead seems more reasonable.
Change-Id: I93dcab3db958480626fea6d99ab5289ebff04e8f Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/lib/edid.c 1 file changed, 7 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/28872/2