Jacob Garber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37968 )
Change subject: romcc: cleanup leftovers ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37968/2/util/lint/check_lint_tests File util/lint/check_lint_tests:
https://review.coreboot.org/c/coreboot/+/37968/2/util/lint/check_lint_tests@... PS2, Line 41: git add ${TESTFILE010} I think the point of this script is to change existing files in a way to check that the lints fail. Since bootblock_romcc.S is gone, we could just change this to some other assembly file. There are a few other files that are now missing too (src/arch/ppc64/misc.c and src/mainboard/aaeon/pfm-540i_revb/board_info.txt), so I think it would make sense to update all of these in a separate commit.