summaryrefslogtreecommitdiff
path: root/src/target/board/linksys_nslu2.cfg
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-16 14:57:02 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-16 14:57:02 +0000
commit72f5449e4bfc1d6b656812ddc3fc2a4280333577 (patch)
tree8f6a38d2d7598253605f3065e8bd5316de79e642 /src/target/board/linksys_nslu2.cfg
parentea3ddc7e4f0bbd82c6d15210a0699a9941480174 (diff)
downloadopenocd+libswd-72f5449e4bfc1d6b656812ddc3fc2a4280333577.tar.gz
openocd+libswd-72f5449e4bfc1d6b656812ddc3fc2a4280333577.tar.bz2
openocd+libswd-72f5449e4bfc1d6b656812ddc3fc2a4280333577.tar.xz
openocd+libswd-72f5449e4bfc1d6b656812ddc3fc2a4280333577.zip
Freddie Chopin <freddie_chopin@op.pl> move files about to where they belong
git-svn-id: svn://svn.berlios.de/openocd/trunk@1798 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/board/linksys_nslu2.cfg')
-rw-r--r--src/target/board/linksys_nslu2.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/target/board/linksys_nslu2.cfg b/src/target/board/linksys_nslu2.cfg
new file mode 100644
index 00000000..8c919d84
--- /dev/null
+++ b/src/target/board/linksys_nslu2.cfg
@@ -0,0 +1,8 @@
+# This is for the LinkSys (CISCO) NSLU2 board
+# It is an Intel XSCALE IXP420 CPU.
+
+source [find target/ixp42x.cfg]
+# The _TARGETNAME is set by the above.
+
+$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x00020000 -work-area-size 0x10000 -work-area-backup 0
+