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:28 -0500 |
commit | f3551ab7240a6704ffbe6543eed6339a2f6c73af (patch) | |
tree | 8b087b14af3f978e62314d16912e5e9d5bf81a7a | |
parent | 7df8efba137220614b26191bc0fcec3f7a72391a (diff) | |
download | meta-ti-f3551ab7240a6704ffbe6543eed6339a2f6c73af.tar.gz |
am33x-cm3: update with I2C clock rate calculation fixes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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 |