This is an automated email from Gerrit.

Antonio Borneo (borneo.anto...@gmail.com) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/5888

-- gerrit

commit 183b675edc0ce103ca302cd87f7f6801467308df
Author: Antonio Borneo <borneo.anto...@gmail.com>
Date:   Mon Oct 26 17:58:33 2020 +0100

    tcl/board: fix changed target config filenames
    
    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.anto...@gmail.com>

diff --git a/tcl/board/eir.cfg b/tcl/board/eir.cfg
index 422db0d..67758b8 100644
--- a/tcl/board/eir.cfg
+++ b/tcl/board/eir.cfg
@@ -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
diff --git a/tcl/board/olimex_sam7_ex256.cfg b/tcl/board/olimex_sam7_ex256.cfg
index 426ead6..08ed4c1 100644
--- a/tcl/board/olimex_sam7_ex256.cfg
+++ b/tcl/board/olimex_sam7_ex256.cfg
@@ -1,3 +1,3 @@
 # Olimex SAM7-EX256 has a single Atmel at91sam7ex256 on it.
 
-source [find target/sam7x256.cfg]
+source [find target/at91sam7x256.cfg]

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to