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