diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-10-29 12:18:57 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-10-29 13:44:20 -0400 |
commit | 9f888be5ef30de5acf6cd479a3c0cc945ad1cdc9 (patch) | |
tree | a54a053dae330fdff42c2e0aff3bf146cbf66ce8 /recipes-bsp/ti/am33x-cm3_git.bb | |
parent | 4aca8bd06336c52c50d790a6d856f0c371bd789f (diff) | |
download | meta-ti-9f888be5ef30de5acf6cd479a3c0cc945ad1cdc9.tar.gz |
am33x-cm3: update PM firmware for AM335x to 05.00.00.00
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Dave Gerlach <d-gerlach@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
Cc: Carlos Hernandez <ceh@ti.com>
Cc: Russ Dill <Russ.Dill@ti.com>
Diffstat (limited to 'recipes-bsp/ti/am33x-cm3_git.bb')
-rw-r--r-- | recipes-bsp/ti/am33x-cm3_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/ti/am33x-cm3_git.bb b/recipes-bsp/ti/am33x-cm3_git.bb index 9b36a9e2..3be46b6a 100644 --- a/recipes-bsp/ti/am33x-cm3_git.bb +++ b/recipes-bsp/ti/am33x-cm3_git.bb | |||
@@ -3,12 +3,12 @@ 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 = "04.06.00.11" | 6 | PV = "05.00.00.00" |
7 | PR = "r4" | 7 | PR = "r0" |
8 | 8 | ||
9 | # SRCREV corresponds to tag "AM335xPSP_04.06.00.11" | 9 | # SRCREV corresponds to the tip of next3 branch |
10 | SRCREV = "750362868d914702086187096ec2c67b68eac101" | 10 | SRCREV = "1628306779c05ee45f09d1d3131e722ddd3a5e2e" |
11 | BRANCH ?= "master" | 11 | BRANCH ?= "next3" |
12 | 12 | ||
13 | INITSCRIPT_NAME = "am335x-pm-firmware-load" | 13 | INITSCRIPT_NAME = "am335x-pm-firmware-load" |
14 | INITSCRIPT_PARAMS = "defaults 96" | 14 | INITSCRIPT_PARAMS = "defaults 96" |