Johanna Schander has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34537 )
Change subject: src/device/oprom: Fix bootsplash display code for optionroms ......................................................................
Patch Set 22:
(2 comments)
https://review.coreboot.org/c/coreboot/+/34537/19/src/device/pci_device.c File src/device/pci_device.c:
https://review.coreboot.org/c/coreboot/+/34537/19/src/device/pci_device.c@54 PS19, Line 54: #include <bootsplash.h>
Move it up after <bootmode. […]
Done
https://review.coreboot.org/c/coreboot/+/34537/19/src/device/pci_device.c@77... PS19, Line 776: set_vesa_bootsplash();
No preprocessor use here, just regular if (CONFIG(xxx)).
Done