diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb index 77445e99..e8221ec7 100644 --- a/recipes-bsp/prueth-fw/prueth-fw_git.bb +++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb @@ -4,7 +4,7 @@ LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" PV = "3.1.4" -PR = "r1" +PR = "r2" CLEANBROKEN = "1" @@ -12,7 +12,7 @@ COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g" PACKAGE_ARCH = "${MACHINE_ARCH}" -SRCREV = "4ed1022c62bfe4ed4c66112024c8ee1301e9439d" +SRCREV = "6e1cf7bbc7e8050cb5c64a9098ed0b8a5c9de884" BRANCH ?= "ti-linux-firmware-4.1.y" SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"