tcl/board: fix changed target config filenames
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 26 Oct 2020 16:58:33 +0000 (17:58 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 30 Oct 2020 22:03:14 +0000 (22:03 +0000)
In commit a1ce28b118e7 ("rename some target scripts to be
consistent with the rest") the following renames was applied, but
the old names are still referenced:
tcl/target/{sam7se512.cfg => at91sam7se512.cfg}
tcl/target/{sam7x256.cfg => at91sam7x256.cfg}

Fix the board files to use to correct target config filename.

Change-Id: I7698aa0da7db95c2bd9ba7ab8c260905a975c857
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5888
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
tcl/board/eir.cfg
tcl/board/olimex_sam7_ex256.cfg

index 422db0d88f4860b2b2cb581d80b5f6f60de814f4..67758b81e1880483b38492ea9b90baa221652ecb 100644 (file)
@@ -1,7 +1,7 @@
 # Elector Internet Radio board
 # http://www.ethernut.de/en/hardware/eir/index.html
 
-source [find target/sam7se512.cfg]
+source [find target/at91sam7se512.cfg]
 
 $_TARGETNAME configure -event reset-init {
        # WDT_MR, disable watchdog
index 426ead6aa9a2f59560998cc9d9bc73eb5441e056..08ed4c17eff675f46b5a5f308bb639f0b083cefe 100644 (file)
@@ -1,3 +1,3 @@
 # Olimex SAM7-EX256 has a single Atmel at91sam7ex256 on it.
 
-source [find target/sam7x256.cfg]
+source [find target/at91sam7x256.cfg]