diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-02 12:51:42 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-02 12:51:42 +0000 |
commit | 2f184a50082f84c1b420304047d7887bce4c62a3 (patch) | |
tree | 073806ced4f386ef4d7608fd7dfacd96117007af /src/target/interface | |
parent | 623100d59d520fb1eb54d3a8f4c5d6933905025e (diff) | |
download | openocd_libswd-2f184a50082f84c1b420304047d7887bce4c62a3.tar.gz openocd_libswd-2f184a50082f84c1b420304047d7887bce4c62a3.tar.bz2 openocd_libswd-2f184a50082f84c1b420304047d7887bce4c62a3.tar.xz openocd_libswd-2f184a50082f84c1b420304047d7887bce4c62a3.zip |
- add missing svn props from previous commit
git-svn-id: svn://svn.berlios.de/openocd/trunk@1395 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/interface')
-rw-r--r-- | src/target/interface/sheevaplug.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/target/interface/sheevaplug.cfg b/src/target/interface/sheevaplug.cfg index e7e72a98..64d52b25 100644 --- a/src/target/interface/sheevaplug.cfg +++ b/src/target/interface/sheevaplug.cfg @@ -1,4 +1,4 @@ -interface ft2232
-ft2232_layout sheevaplug
-ft2232_vid_pid 0x0403 0x6010
-jtag_khz 3000
+interface ft2232 +ft2232_layout sheevaplug +ft2232_vid_pid 0x0403 0x6010 +jtag_khz 3000 |