This is an automated email from Gerrit.

"Name of user not set <chris.whee...@narfindustries.com>" just uploaded a new 
patch set to Gerrit, which you can find at 
https://review.openocd.org/c/openocd/+/8146

-- gerrit

commit 8a37d317340eb22ac53573b3810597e9b02c6a50
Author: WheelNarf <chris.whee...@narfindustries.com>
Date:   Mon Feb 12 14:50:28 2024 -0800

    jtag/drivers/imx_gpio: Add srst, trst on imx via the adapter interface.  
Fix style/format error
    
    Change-Id: Ie47814daeacfdf93a66d4bd16abe268aa11c9dc3
    Signed-off-by: WheelNarf <chris.whee...@narfindustries.com>

diff --git a/src/jtag/drivers/imx_gpio.c b/src/jtag/drivers/imx_gpio.c
index ca90b549e9..5f7eaf5895 100644
--- a/src/jtag/drivers/imx_gpio.c
+++ b/src/jtag/drivers/imx_gpio.c
@@ -484,7 +484,6 @@ static int imx_gpio_init(void)
 
                if (chip_num < IMX_GPIO_REGS_COUNT && gpio_num < 32)
                        trst_gpio = chip_num * 32 + gpio_num;
-
        }
 
        LOG_INFO("imx_gpio GPIO JTAG/SWD bitbang driver");

-- 

Reply via email to