diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-21 22:44:19 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-22 15:14:05 -0400 |
commit | 8c21aea5171e6d9b7e90ff3bcc3b5289410fb56c (patch) | |
tree | 3e20d1d3f8c31d7538a017fd111f77f86b7114e4 /recipes-bsp/common-csl-ip | |
parent | 7e26452bae0b01922509883a4935cfb64f2bfd1f (diff) | |
download | meta-ti-8c21aea5171e6d9b7e90ff3bcc3b5289410fb56c.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>
Diffstat (limited to 'recipes-bsp/common-csl-ip')
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 |
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 | ||
5 | COMPATIBLE_MACHINE = "keystone|dra7xx" | 5 | COMPATIBLE_MACHINE = "keystone|dra7xx" |
6 | 6 | ||
7 | PV = "3.3.0.2A" | 7 | PV = "3.3.0.2B" |
8 | INC_PR = "r0" | 8 | INC_PR = "r0" |
9 | 9 | ||
10 | CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" | 10 | CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" |
@@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git" | |||
12 | CSL_GIT_BRANCH = "master" | 12 | CSL_GIT_BRANCH = "master" |
13 | CSL_GIT_DESTSUFFIX = "git" | 13 | CSL_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 |
16 | CSL_SRCREV = "e26dc44be132849d6bcf63b7e9eac744769577dc" | 16 | CSL_SRCREV = "7fa7fa8a23189dd79921392fd4942a21610ea93c" |
17 | 17 | ||
18 | BRANCH="${CSL_GIT_BRANCH}" | 18 | BRANCH="${CSL_GIT_BRANCH}" |
19 | SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" | 19 | SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" |