Attention is currently required from: Martin L Roth.
Arthur Heymans has posted comments on this change by Arthur Heymans. ( https://review.coreboot.org/c/coreboot/+/70161?usp=email )
Change subject: soc/ti/am335x: Use Linker instead of compiler to link ......................................................................
Patch Set 6:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/70161/comment/46454783_edfb1e47?usp... : PS3, Line 7: with clang
Not a huge deal, but this doesn't actually fix it "with clang" it forces GCC always. Maybe `Fix clang build of omap header - Force GCC` or something.
I changed it to use the linker instead of the compiler as a linker frontend. That fixes it.