diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-02-13 18:06:40 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-02-13 17:58:47 -0500 |
commit | fae7d7ec8998f9e0977af21acb4850414b3f6fef (patch) | |
tree | 77d6a39023a3041d1411b3adcc05a4e852865e56 /recipes-bsp | |
parent | 368eaedaf72049db4718b311374b10bde5205df0 (diff) | |
download | meta-ti-fae7d7ec8998f9e0977af21acb4850414b3f6fef.tar.gz |
am33x-cm3: update with I2C clock rate calculation fixes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/ti/am33x-cm3_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/ti/am33x-cm3_git.bb b/recipes-bsp/ti/am33x-cm3_git.bb index 4c395c76..01d1273a 100644 --- a/recipes-bsp/ti/am33x-cm3_git.bb +++ b/recipes-bsp/ti/am33x-cm3_git.bb | |||
@@ -3,14 +3,14 @@ DESCRIPTION = "Cortex-M3 binary blob for suspend-resume" | |||
3 | LICENSE = "TI-BSD" | 3 | LICENSE = "TI-BSD" |
4 | LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8" | 4 | LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8" |
5 | 5 | ||
6 | PV = "05.00.00.02" | 6 | PV = "05.00.00.03" |
7 | PR = "r2" | 7 | PR = "r0" |
8 | 8 | ||
9 | # Make package machine specific due to different init scripts | 9 | # Make package machine specific due to different init scripts |
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
11 | 11 | ||
12 | # SRCREV corresponds to tag v05.00.00.02 | 12 | # SRCREV corresponds to tag v05.00.00.03 |
13 | SRCREV = "11107db2f1e9e58ee75d4fe9cc38423c9a6e4365" | 13 | SRCREV = "a0ddffb63147e2079a08944c0e399c75538201a9" |
14 | BRANCH ?= "master" | 14 | BRANCH ?= "master" |
15 | 15 | ||
16 | # This init script is only used for older kernels that do not support | 16 | # This init script is only used for older kernels that do not support |