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