diff options
author | Ramprasad N <x0038811@ti.com> | 2020-02-14 10:14:17 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-17 17:13:08 +0000 |
commit | 98f28dcff78d9371e703fcca5bf4e403f82714b5 (patch) | |
tree | dc70d52ba9a60a82075cc8743a900be40c051d19 /recipes-bsp | |
parent | 3f072cb05c2c1a96e5be0594a0861c39b8ee6f7b (diff) | |
download | meta-ti-98f28dcff78d9371e703fcca5bf4e403f82714b5.tar.gz |
ipumm: Update SRCREV with the vring fix for k5.1+
The following is the main change done:
Use FW_RSC_ADDR_ANY for places where memory needs to be allocated
dynamically like RSC_CARVEOUT and vdev resource entries
Signed-off-by: Ramprasad N <x0038811@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/ipumm-fw/ipumm-fw_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb index 5cb38b05..2ef21016 100644 --- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb +++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb | |||
@@ -17,12 +17,12 @@ RDEPENDS_${PN} = " libdce" | |||
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" | 18 | SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" |
19 | 19 | ||
20 | SRCREV = "e4872a8966a267d537399b1babc54e5f66ae8b3b" | 20 | SRCREV = "df4c50aecc9aad7ab3eb1ca9ebacfe473fcad7c5" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | PV = "3.00.15.00" | 24 | PV = "3.00.15.00" |
25 | PR = "r4" | 25 | PR = "r5" |
26 | 26 | ||
27 | require recipes-ti/includes/ti-paths.inc | 27 | require recipes-ti/includes/ti-paths.inc |
28 | 28 | ||