From: oharboe at B. <oh...@ma...> - 2009-10-06 10:10:07
|
Author: oharboe Date: 2009-10-06 10:10:05 +0200 (Tue, 06 Oct 2009) New Revision: 2804 Modified: trunk/tcl/board/zy1000.cfg Log: stop using targetnum Modified: trunk/tcl/board/zy1000.cfg =================================================================== --- trunk/tcl/board/zy1000.cfg 2009-10-06 05:28:30 UTC (rev 2803) +++ trunk/tcl/board/zy1000.cfg 2009-10-06 08:10:05 UTC (rev 2804) @@ -38,7 +38,7 @@ 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 |