Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | layerscape: remove support for kernel 4.14 | Yangbo Lu | 2020-05-25 | 1 | -28/+0 |
| | | | | | | | Remove support for kernel 4.14, and NXP Layerscape SDK had not supported kernel 4.14 since LSDK-20.04 either. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> | ||||
* | kernel: layerscape: fix compilation error | Biwen Li | 2019-10-19 | 1 | -0/+28 |
This fixes a compilation error as follows: drivers/staging/fsl_qbman/qman_config.c:815:29: error: bitwise comparison always evaluates to false [-Werror=tautological-compare] if ((qman_ip_rev & 0xFF00) == QMAN_REV31) { Signed-off-by: Biwen Li <biwen.li@nxp.com> |