build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33270 )
Change subject: src/device/dram/ddr3.c: Fix 'if' condition identical branches ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/#/c/33270/1/src/device/dram/ddr3.c File src/device/dram/ddr3.c:
https://review.coreboot.org/#/c/33270/1/src/device/dram/ddr3.c@185 PS1, Line 185: printk(RAM_DEBUG, " Capacity : %u Mb\n", 256 << capacity_shift); line over 80 characters
https://review.coreboot.org/#/c/33270/1/src/device/dram/ddr3.c@187 PS1, Line 187: printk(RAM_DEBUG, " Capacity : %u Gb\n", 1 << (capacity_shift - 2)); line over 80 characters