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