immortalwrt/target
Biwen Li dc1e2d5ebe
kernel: layerscape: fix compilation error
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>
(cherry picked from commit 53b73131e9)
2021-09-30 05:13:41 +08:00
..
imagebuilder imagebuilder: unset BINARY_FOLDER and DOWNLOAD_FOLDER in final archive 2021-05-09 00:35:59 +08:00
linux kernel: layerscape: fix compilation error 2021-09-30 05:13:41 +08:00
sdk Revert "build: enable ccache by default" 2021-09-29 13:49:30 +08:00
toolchain build: improve ccache support 2021-01-02 12:08:17 +08:00
Config.in build: define PWM_SUPPORT arch feature flag 2020-09-26 11:34:00 +08:00
Makefile