diff --git a/recipes-bsp/nwal-lld/nwal-lld.inc b/recipes-bsp/nwal-lld/nwal-lld.inc index b1a16df8..024aeef3 100644 --- a/recipes-bsp/nwal-lld/nwal-lld.inc +++ b/recipes-bsp/nwal-lld/nwal-lld.inc @@ -8,14 +8,14 @@ NWAL_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git" NWAL_LLD_GIT_PROTOCOL = "git" NWAL_LLD_GIT_BRANCH = "master" -# Below commit ID corresponds to "DEV.NWAL.02.01.00.12A" -NWAL_LLD_SRCREV = "c4f8e454557ca9d47c22b2abe1b566ad05baabdc" +# Below commit ID corresponds to "DEV.NWAL.02.01.00.13" +NWAL_LLD_SRCREV = "dd41b84a985ef2824068e57525158c350e0d51be" BRANCH = "${NWAL_LLD_GIT_BRANCH}" SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${NWAL_LLD_SRCREV}" -PV = "02.01.00.12A" +PV = "02.01.00.13" INC_PR = "r0" BASEDIR = "${WORKDIR}/git"