From 76cafa23d9d7b2c815ec9b6fe895f7c0dd23c45a Mon Sep 17 00:00:00 2001 From: Roger Quadros Date: Thu, 1 Oct 2020 19:53:21 +0000 Subject: [PATCH] prusw-fw: Update the firmware to 3.1.4 version Update the firmware to version 3.1.4 Signed-off-by: Roger Quadros Reviewed-by: Denys Dmytriyenko Signed-off-by: Dan Murphy --- recipes-bsp/prusw-fw/{prusw-fw_3.0.3.bb => prusw-fw_3.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-bsp/prusw-fw/{prusw-fw_3.0.3.bb => prusw-fw_3.1.4.bb} (94%) diff --git a/recipes-bsp/prusw-fw/prusw-fw_3.0.3.bb b/recipes-bsp/prusw-fw/prusw-fw_3.1.4.bb similarity index 94% rename from recipes-bsp/prusw-fw/prusw-fw_3.0.3.bb rename to recipes-bsp/prusw-fw/prusw-fw_3.1.4.bb index 6eac87c5..b8897e4b 100644 --- a/recipes-bsp/prusw-fw/prusw-fw_3.0.3.bb +++ b/recipes-bsp/prusw-fw/prusw-fw_3.1.4.bb @@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|am57xx-hs-evm" PACKAGE_ARCH = "${MACHINE_ARCH}" -SRCREV = "7ba9722b74608ad4472790972917e1205eb3c049" +SRCREV = "b19bf13a16d7f5c1260cf4d48cf967e5c7e15128" BRANCH ?= "ti-linux-firmware" SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"