target: at91eb40a.cfg is a board, not a target.

Also updated to use target name when creating flash
and set jtag_khz to 16000.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe 2009-12-01 10:03:15 +01:00
parent 445da543d8
commit 48edd58c39
1 changed files with 4 additions and 1 deletions

View File

@ -43,7 +43,7 @@ arm7_9 dcc_downloads enable
#flash driver
set _FLASHNAME $_CHIPNAME.flash
flash bank $_FLASHNAME ecosflash 0x01000000 0x200000 2 2 0 ecos/at91eb40a.elf
flash bank $_FLASHNAME ecosflash 0x01000000 0x200000 2 2 $_TARGETNAME ecos/at91eb40a.elf
# required for usable performance. Used for lots of
# other things than flash programming.
@ -60,3 +60,6 @@ $_TARGETNAME configure -event reset-init {
mww 0xffff0010 0x100
mww 0xffff0034 0x100
}
# This target is pretty snappy...
jtag_khz 16000