]> git.sur5r.net Git - openocd/blobdiff - src/target/target/smdk6410.cfg
whitespace fixes
[openocd] / src / target / target / smdk6410.cfg
index 0dd7174249ba93c9f51442bbdce7752fc025eab8..6ce07caedec286c4306c29dcb47a28f0482ba6b8 100644 (file)
@@ -3,18 +3,6 @@
 # Processor       : ARM1176
 # Info:   JTAG device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0)
 
-#jtag scan chain
-#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
-jtag_device 4 0x1 0xf 0xe
-jtag_device 5 0x1 0x1f 0xe
-
-#target create target0 arm11 -endian little -chain-position 0 -variant arm1176
-target arm11 little reset_halt 1
-
-jtag_nsrst_delay 500
-jtag_ntrst_delay 500
-
-#reset configuration
-reset_config trst_and_srst
+source [find target/samsung_s3c6410.cfg]
 
 flash bank cfi 0x00000000 0x00100000 2 2 0 jedec_probe
\ No newline at end of file