Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/40427
to look at the new patch set (#2).
Change subject: src/device/dram/ddr{2,3}: Rewrire printram(Capacity) ......................................................................
src/device/dram/ddr{2,3}: Rewrire printram(Capacity)
GCC will complain when using '-Wduplicated-branches' option as printram will expaind to nothing. Rewrite it to make gcc happy when '-Wduplicated-branches' is used.
Change-Id: Ice6245db0a209ce970a8d62cba8b7e0cda2c9968 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/device/dram/ddr2.c M src/device/dram/ddr3.c 2 files changed, 7 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/40427/2