Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/81087?usp=email )
Change subject: cbfs: Remove broken remnants of PAYLOAD_INFO feature ......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4: This seems to have broken building FILO:
``` CC build/main/filo.o /dev/shm/coreboot/payloads/external/FILO/filo/main/filo.c:29:19: error: expected ')' before string constant 29 | PAYLOAD_INFO(name, PROGRAM_NAME " " PROGRAM_VERSION); | ^ | ) /dev/shm/coreboot/payloads/external/FILO/filo/main/filo.c:30:23: error: expected ')' before string constant 30 | PAYLOAD_INFO(listname, PROGRAM_NAME); | ^ | ) /dev/shm/coreboot/payloads/external/FILO/filo/main/filo.c:31:19: error: expected ')' before string constant 31 | PAYLOAD_INFO(desc, "Bootloader"); | ^~~~~~~~~~~~~ | ) ```