summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-08-20 21:50:16 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:18 -0300
commit09c2c8f633b5d989fd013dc47962ea8f893e0ca8 (patch)
tree109b3063051e098389cc09778ddaa8c9ce51bfa4 /recipes-kernel
parentb7845165494ef3ddbe8c29bbbca7d473c0c36642 (diff)
downloadmeta-freescale-09c2c8f633b5d989fd013dc47962ea8f893e0ca8.tar.gz
linux-fslc-mx6: Bump revision to 2574f81
This upgrades the kernel fork for the 3.14.51 stable release. Another change is the inclusion of: 22f6925 arm: Export cache flush management symbols when !MULTI_CACHE This fixes following error: galcore: Unknown symbol v7_dma_map_area (err 0) galcore: Unknown symbol v7_dma_flush_range (err 0) When using the Vivante GPU module as a module. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-mx6_3.14-1.0.x.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-mx6_3.14-1.0.x.bb b/recipes-kernel/linux/linux-fslc-mx6_3.14-1.0.x.bb
index 7b861bcb..1a4936f8 100644
--- a/recipes-kernel/linux/linux-fslc-mx6_3.14-1.0.x.bb
+++ b/recipes-kernel/linux/linux-fslc-mx6_3.14-1.0.x.bb
@@ -11,6 +11,6 @@ include linux-fslc.inc
11PV .= "+git${SRCPV}" 11PV .= "+git${SRCPV}"
12 12
13SRCBRANCH = "3.14-1.0.x-mx6" 13SRCBRANCH = "3.14-1.0.x-mx6"
14SRCREV = "966457723b6d74a65e21c05355b35ff22faa4ad4" 14SRCREV = "2574f81f0770e3d684cdd369f46fb6126db38441"
15 15
16COMPATIBLE_MACHINE = "(mx6)" 16COMPATIBLE_MACHINE = "(mx6)"