meta-zephyr-sdk: openocd: Pull in Cyclone V SoC JTAG device order fix

This commit pulls in the OpenOCD patch that fixes the JTAG device order
for the Intel Cyclone V SoC.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-05-14 01:02:15 +09:00
parent 540a80965c
commit 524d52fbc7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RDEPENDS_${PN} = "libusb1 hidapi"
SRC_URI = " \
git://github.com/zephyrproject-rtos/openocd.git;protocol=https;nobranch=1 \
"
SRCREV = "7e3dbbbe231903ca25e7f7a5a782a34111ccc8bd"
SRCREV = "af169e805396e5f7ab926aa32ba293a618a894f7"
S = "${WORKDIR}/git"