Browse Source

stop using targetnum

git-svn-id: svn://svn.berlios.de/openocd/trunk@2804 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.3.0-rc0
oharboe 14 years ago
parent
commit
a2886fe3c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tcl/board/zy1000.cfg

+ 1
- 1
tcl/board/zy1000.cfg View File

@@ -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


Loading…
Cancel
Save