summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-21 22:44:19 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-22 15:09:47 -0400
commit971e06dea5cdd4606189b4d7368040bc47407e50 (patch)
tree1379e386458c090782141c2862d18b44a3371327
parent97b9c26e131e814120bb116474c3a5c3aaa85760 (diff)
downloadmeta-ti-971e06dea5cdd4606189b4d7368040bc47407e50.tar.gz
common-csl-ip: Bump SRCREV for fix
* Definition of PLLC registers in CSL: wrong offset for EMUCNT0/1 Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
index 146cb3e3..62437295 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
4 4
5COMPATIBLE_MACHINE = "keystone|dra7xx" 5COMPATIBLE_MACHINE = "keystone|dra7xx"
6 6
7PV = "3.3.0.2A" 7PV = "3.3.0.2B"
8INC_PR = "r0" 8INC_PR = "r0"
9 9
10CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" 10CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
@@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git"
12CSL_GIT_BRANCH = "master" 12CSL_GIT_BRANCH = "master"
13CSL_GIT_DESTSUFFIX = "git" 13CSL_GIT_DESTSUFFIX = "git"
14 14
15# commit ID corresponds to DEV.CSL_PROCESSOR-SDK.03.03.00.02A 15# commit ID corresponds to DEV.CSL_PROCESSOR-SDK.03.03.00.02B
16CSL_SRCREV = "e26dc44be132849d6bcf63b7e9eac744769577dc" 16CSL_SRCREV = "7fa7fa8a23189dd79921392fd4942a21610ea93c"
17 17
18BRANCH="${CSL_GIT_BRANCH}" 18BRANCH="${CSL_GIT_BRANCH}"
19SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" 19SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"