diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-17 01:24:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-16 15:25:57 -0400 |
commit | 503a211e8b3aaabf2d8b916d27c3777494a52bde (patch) | |
tree | 55274810382bf0ca19ef93e9a80852d302b4baee /recipes-bsp/cmem | |
parent | af57c86b1d9bb5a48ead0ffcc3e633f1a5001c66 (diff) | |
download | meta-ti-503a211e8b3aaabf2d8b916d27c3777494a52bde.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>
Diffstat (limited to 'recipes-bsp/cmem')
-rw-r--r-- | recipes-bsp/cmem/cmem.inc | 6 |
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" | |||
4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1" | 4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1" |
5 | 5 | ||
6 | BRANCH ?= "lu-next" | 6 | BRANCH ?= "lu-next" |
7 | # This corresponds to version 4.10.02.03 | 7 | # This corresponds to version 4.10.02.05_eng |
8 | SRCREV = "00241c45f810c8b8e4f5ac66c3323fec8e43b621" | 8 | SRCREV = "8df44102413c2d653341c5b7e6caee882e206d8c" |
9 | 9 | ||
10 | PV = "4.10.02.04+git${SRCPV}" | 10 | PV = "4.10.02.05+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" |
13 | 13 | ||