Jacob Garber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34373 )
Change subject: drivers/spi: Use 64 bits in multiplication ......................................................................
Patch Set 1:
Patch Set 1:
This was done intentionally to prevent a build error on MIPS (which doesn't support 64-bit multiplication atm). We considered that the risk of overflow here is negligible in practice (with realistic SPI speeds).
I assume you'll get a Verified-1 from Jenkins shortly.
Ah I see, thanks - it's only debugging code anyway