diff options
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/board/eir.cfg | 2 | ||||
-rw-r--r-- | tcl/board/olimex_sam7_ex256.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
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] |