diff options
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/board/zy1000.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/zy1000.cfg b/tcl/board/zy1000.cfg index 07f5ee99..2e13ecbb 100644 --- a/tcl/board/zy1000.cfg +++ b/tcl/board/zy1000.cfg @@ -38,7 +38,7 @@ target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAM arm7_9 fast_memory_access enable arm7_9 dcc_downloads enable -flash bank ecosflash 0x01000000 0x200000 2 2 0 ecos/at91eb40a.elf +flash bank ecosflash 0x01000000 0x200000 2 2 $_TARGETNAME ecos/at91eb40a.elf $_TARGETNAME configure -event reset-init { # Set up chip selects & timings mww 0xFFE00000 0x0100273D |