summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-17 01:24:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-16 15:25:53 -0400
commit4e50591bee82f45aed9cc8c62fd2d030dc4e4d09 (patch)
treed405e4282d469a71d45d3d89a02e044184835c4c
parentecadbb341a260b8cd49209cac3f74f6e9145cd89 (diff)
downloadmeta-ti-4e50591bee82f45aed9cc8c62fd2d030dc4e4d09.tar.gz
cmem: Bump SRCREV for keystone fix
* set dma_pfn_offset for keystone2 devices Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/cmem/cmem.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc
index ddf50a40..19d333c7 100644
--- a/recipes-bsp/cmem/cmem.inc
+++ b/recipes-bsp/cmem/cmem.inc
@@ -4,10 +4,10 @@ LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1" 4LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1"
5 5
6BRANCH ?= "lu-next" 6BRANCH ?= "lu-next"
7# This corresponds to version 4.10.02.03 7# This corresponds to version 4.10.02.05_eng
8SRCREV = "00241c45f810c8b8e4f5ac66c3323fec8e43b621" 8SRCREV = "8df44102413c2d653341c5b7e6caee882e206d8c"
9 9
10PV = "4.10.02.04+git${SRCPV}" 10PV = "4.10.02.05+git${SRCPV}"
11 11
12SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" 12SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}"
13 13