Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ddr/fsl/
H A Doptions.c0e0de24b07b8314ea0cc247a89b722c2230e4b0a Sat Apr 15 13:23:49 UTC 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>