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