]> git.sur5r.net Git - openocd/commitdiff
SMDK6410 is not target, move file to board
authorDamjan Marion <damjan.marion@gmail.com>
Sun, 29 May 2011 16:59:08 +0000 (18:59 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 29 May 2011 18:05:01 +0000 (20:05 +0200)
tcl/board/smdk6410.cfg [new file with mode: 0644]
tcl/target/smdk6410.cfg [deleted file]

diff --git a/tcl/board/smdk6410.cfg b/tcl/board/smdk6410.cfg
new file mode 100644 (file)
index 0000000..dd8bf87
--- /dev/null
@@ -0,0 +1,9 @@
+# Target configuration for the Samsung s3c6410 system on chip
+# Tested on a SMDK6410
+# Processor       : ARM1176
+# Info:   JTAG device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0)
+
+source [find target/samsung_s3c6410.cfg]
+
+set _FLASHNAME $_CHIPNAME.flash
+flash bank $_FLASHNAME cfi 0x00000000 0x00100000 2 2 $_TARGETNAME jedec_probe
diff --git a/tcl/target/smdk6410.cfg b/tcl/target/smdk6410.cfg
deleted file mode 100644 (file)
index dd8bf87..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Target configuration for the Samsung s3c6410 system on chip
-# Tested on a SMDK6410
-# Processor       : ARM1176
-# Info:   JTAG device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0)
-
-source [find target/samsung_s3c6410.cfg]
-
-set _FLASHNAME $_CHIPNAME.flash
-flash bank $_FLASHNAME cfi 0x00000000 0x00100000 2 2 $_TARGETNAME jedec_probe