From 7f037d18d3efb844c2385f3d7bbdcdbc438156f5 Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Wed, 9 Sep 2020 18:46:53 +0000 Subject: [PATCH] prueth-fw: Update the firmware to 5.2.8 version Update the prueth firmware to 5.2.8 version. Signed-off-by: Lokesh Vutla Signed-off-by: Denys Dmytriyenko --- .../prueth-fw/{prueth-fw_5.2.7.bb => prueth-fw_5.2.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-bsp/prueth-fw/{prueth-fw_5.2.7.bb => prueth-fw_5.2.8.bb} (94%) diff --git a/recipes-bsp/prueth-fw/prueth-fw_5.2.7.bb b/recipes-bsp/prueth-fw/prueth-fw_5.2.8.bb similarity index 94% rename from recipes-bsp/prueth-fw/prueth-fw_5.2.7.bb rename to recipes-bsp/prueth-fw/prueth-fw_5.2.8.bb index 2840b2f1..04a32dad 100644 --- a/recipes-bsp/prueth-fw/prueth-fw_5.2.7.bb +++ b/recipes-bsp/prueth-fw/prueth-fw_5.2.8.bb @@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|am57xx-hs-evm" PACKAGE_ARCH = "${MACHINE_ARCH}" -SRCREV = "7ba9722b74608ad4472790972917e1205eb3c049" +SRCREV = "48e2c46ff62d796345b6587be58f88f0e608addc" BRANCH ?= "ti-linux-firmware" SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"