diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2017-09-30 16:26:29 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-09-30 11:30:12 -0300 |
commit | dc7e6d3923801d9ce16ca1f26fe1a2e651b53922 (patch) | |
tree | 6c1061fdce4dc9e4224ebbf6834a4f05aea984ed | |
parent | 357c7c27e73710da7bfa3f587bbd4c11499e5ce7 (diff) | |
download | meta-freescale-dc7e6d3923801d9ce16ca1f26fe1a2e651b53922.tar.gz |
linux-fslc-imx: Bump to 6c1ad49339f4 revision
This merges the the 4.1.44 stable release and backports a fix to fsl-quadspi
which doesn't directly apply to the downstream codebase.
- 6c1ad49339f4 mtd: fsl-quadspi: fix macro collision problems with READ/WRITE"
- 8f568c088636 Revert "mtd: fsl-quadspi: fix macro collision problems with READ/WRITE"
- 346ae4600d05 Merge tag 'v4.1.44' into 4.1-2.0.x-imx
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb b/recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb index d3e68d47..f6709ed1 100644 --- a/recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb +++ b/recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb | |||
@@ -11,6 +11,6 @@ include linux-fslc.inc | |||
11 | PV .= "+git${SRCPV}" | 11 | PV .= "+git${SRCPV}" |
12 | 12 | ||
13 | SRCBRANCH = "4.1-2.0.x-imx" | 13 | SRCBRANCH = "4.1-2.0.x-imx" |
14 | SRCREV = "a73554d6a5e16f39cc7f116ee9ba202e8df809bc" | 14 | SRCREV = "6c1ad49339f46ff453d6f07be7d63fd495069bfe" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE = "(mx6|mx7)" | 16 | COMPATIBLE_MACHINE = "(mx6|mx7)" |