diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-02-05 18:21:00 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-02-05 21:39:04 -0500 |
commit | fe1f2777d030c774d7ea0046108de847b20c9fdc (patch) | |
tree | ace2a358703bf822cf948ceab6e91c76356bb963 /recipes-bsp/ti | |
parent | 499b62588b014edde1fc8e4c6553a448079a0366 (diff) | |
download | meta-ti-fe1f2777d030c774d7ea0046108de847b20c9fdc.tar.gz |
am33x-cm3: update with FW version 0x185 aka 05.00.00.02
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/ti')
-rw-r--r-- | recipes-bsp/ti/am33x-cm3_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/ti/am33x-cm3_git.bb b/recipes-bsp/ti/am33x-cm3_git.bb index 1e99595e..175cbfb0 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=858099c817e47ea63559fc6b67ae8d91" | 4 | LIC_FILES_CHKSUM = "file://License.txt;md5=858099c817e47ea63559fc6b67ae8d91" |
5 | 5 | ||
6 | PV = "05.00.00.01" | 6 | PV = "05.00.00.02" |
7 | PR = "r1" | 7 | PR = "r1" |
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.01 | 12 | # SRCREV corresponds to tag v05.00.00.02 |
13 | SRCREV = "40cb75b9dd9ba15c6de1c15cbb7cce8f1a6588b8" | 13 | SRCREV = "11107db2f1e9e58ee75d4fe9cc38423c9a6e4365" |
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 |