Rob Barnes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45343 )
Change subject: device/dram: Add method for converting MHz to MT/s ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45343/1/src/device/dram/ddr4.c File src/device/dram/ddr4.c:
https://review.coreboot.org/c/coreboot/+/45343/1/src/device/dram/ddr4.c@27 PS1, Line 27: [DDR4_1866]{
How does this compile without an equals sign?
Looks like it's an obsolete, but valid syntax for gcc: https://gcc.gnu.org/onlinedocs/gcc/Designated-Inits.html
Filled in '=' signs.