aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/patches-4.14/713-sdk_qbman-Fix-error-in-IP-revision-comparison.patch
Commit message (Collapse)AuthorAgeFilesLines
* layerscape: remove support for kernel 4.14Yangbo Lu2020-05-251-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 errorBiwen Li2019-10-191-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>