This is an automated email from Gerrit. "Wolfram Sang <w...@kernel.org>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7525
-- gerrit commit d89da7365bccef3fac373dbc12d40fe981f7c196 Author: Wolfram Sang <w...@kernel.org> Date: Fri Mar 3 16:50:38 2023 +0100 tcl/board/at91sam9g20-ek: remove outdated FIXME It was fixed by e94180571 ("at91sam9: factorise cpu support") in 2011. Signed-off-by: Wolfram Sang <w...@kernel.org> Change-Id: I95ea149b45a9902424bf9068b4a2830c17ddc6be diff --git a/tcl/board/at91sam9g20-ek.cfg b/tcl/board/at91sam9g20-ek.cfg index a5831cd91c..4740471c89 100644 --- a/tcl/board/at91sam9g20-ek.cfg +++ b/tcl/board/at91sam9g20-ek.cfg @@ -7,10 +7,6 @@ # # ################################################################################################# -# FIXME use some standard target config, maybe create one from this -# -# source [find target/...cfg] - source [find target/at91sam9g20.cfg] set _FLASHTYPE nandflash_cs3 --