Home
last modified time | relevance | path

Searched hist:"0 e0de24b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/ddr/fsl/
H A Doptions.c0e0de24b Sat Apr 15 08:23:49 CDT 2017 xypron.glpk@gmx.de <xypron.glpk@gmx.de> ddr: fsl: incorrect logical constraint in populate_memctl_options

(pdimm[0].data_width >= 32) || (pdimm[0].data_width <= 40)
is always true.

We should use && here.

The problem was indicated by cppcheck.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <york.sun@nxp.com>