fixed warning
[fw/openocd] / src / target / target / zy1000.cfg
index 5a2fab68211a320df937c2206580ed4368fb5ad6..9e8cdb9c9a9d54119d3abfd68e445b3e55a418c5 100644 (file)
@@ -14,17 +14,17 @@ reset_config srst_only srst_pulls_trst
 jtag_device 4 0x1 0xf 0xe
 
 #target configuration
-#target arm7tdmi <endianness> <reset mode> <chainpos> <variant>
-target arm7tdmi little reset_init 0 arm7tdmi-s_r4
+target arm7tdmi little 0 arm7tdmi-s_r4
 
 # at CPU CLK <32kHz this must be disabled
-arm7 fast_memory_access enable
+arm7_9 fast_memory_access enable
 arm7_9 dcc_downloads enable
 
-
-flash bank ecosflash 0x01000000 0x200000 2 2 0 /rom/at91eb40a.elf
+flash bank ecosflash 0x01000000 0x200000 2 2 0 ecos/at91eb40a.elf
 target_script 0 reset event/zy1000_reset.script
 
 # required for usable performance. Used for lots of
 # other things than flash programming.
 working_area 0 0x00000000 0x20000 nobackup
+
+jtag_khz 16000