Wouter Vanhauwaert discovered that the latest linux-fslc kernel would panic
when booting on an imx53-based device:
https://github.com/Freescale/meta-freescale/issues/864
Fabio Estevam added a fix to linux-fslc, therefore we bump the revision to
pick up this fix.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
#
# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
# should be updated once patchlevel is merged.
-LINUX_VERSION = "5.14"
+LINUX_VERSION = "5.14.3"
KBRANCH = "5.14.x+fslc"
-SRCREV = "35f3f4421d3d7878593eef83e1093db8de60a37e"
+SRCREV = "4b88a1ee28e7be1fce90e389d786575408924d65"
COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"