build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/27103 )
Change subject: soc/cavium: Enable DRAM test ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/#/c/27103/2/src/soc/cavium/cn81xx/sdram.c File src/soc/cavium/cn81xx/sdram.c:
https://review.coreboot.org/#/c/27103/2/src/soc/cavium/cn81xx/sdram.c@87 PS2, Line 87: if (0 != bdk_numa_master()) Comparisons should place the constant on the right side of the test
https://review.coreboot.org/#/c/27103/2/src/soc/cavium/cn81xx/sdram.c@91 PS2, Line 91: if (0 == bdk_numa_master()) Comparisons should place the constant on the right side of the test