This is an automated email from Gerrit. "Michael Mazlin <mmich...@marvell.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9107
-- gerrit commit 76123818a7d935927fdfc0d1b389a4a80c085e5b Author: Michael Mazlin <michael_maz...@hotmail.com> Date: Fri Aug 29 13:32:07 2025 -0700 update OlympusA files This commit refactors and cleans up the OlympusA driver files to improve code readability and maintainability. Change-Id: I472d67316e28fc608f69099cf2b4993444372962 Signed-off-by: Michael Mazlin <michael_maz...@hotmail.com> diff --git a/src/jtag/drivers/OlympusA/InphiOlympus.h b/src/jtag/drivers/OlympusA/InphiOlympus.h index ee5789ba65..f192a74c7c 100644 --- a/src/jtag/drivers/OlympusA/InphiOlympus.h +++ b/src/jtag/drivers/OlympusA/InphiOlympus.h @@ -1,5 +1,5 @@ // Copyright (c) 2014 - 2021 INPHI -// Copyright (c) 2021 - 2024 Marvell +// Copyright (c) 2021 - 2025 Marvell // Olympus Public header. #ifndef __InphiOlympus__h_ --