summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamprasad N <x0038811@ti.com>2020-02-14 10:14:17 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-15 04:02:03 +0000
commit77c0db27d94faa3575765e15fb68368dc7b48a20 (patch)
tree503bf93a8cc48fddbd59e6c5c5abd699dda1d366
parent10655ece44d18ee9caf92694783d9b827ed10f94 (diff)
downloadmeta-ti-77c0db27d94faa3575765e15fb68368dc7b48a20.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>
-rw-r--r--recipes-bsp/ipumm-fw/ipumm-fw_git.bb4
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
18SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" 18SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git"
19 19
20SRCREV = "e4872a8966a267d537399b1babc54e5f66ae8b3b" 20SRCREV = "df4c50aecc9aad7ab3eb1ca9ebacfe473fcad7c5"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24PV = "3.00.15.00" 24PV = "3.00.15.00"
25PR = "r4" 25PR = "r5"
26 26
27require recipes-ti/includes/ti-paths.inc 27require recipes-ti/includes/ti-paths.inc
28 28