diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-10-29 03:06:16 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut@gmail.com> | 2010-11-05 11:25:57 +0100 |
commit | 8f1f8e7b96d4dfdca867cfcf69e0efab9f6e3731 (patch) | |
tree | e9f73f8e1e1ca94f34bb34b31ce15658c45db3d7 /tcl | |
parent | d5b9c7998c43ee783c224035002cf32f062b0e2b (diff) | |
download | openocd_libswd-8f1f8e7b96d4dfdca867cfcf69e0efab9f6e3731.tar.gz openocd_libswd-8f1f8e7b96d4dfdca867cfcf69e0efab9f6e3731.tar.bz2 openocd_libswd-8f1f8e7b96d4dfdca867cfcf69e0efab9f6e3731.tar.xz openocd_libswd-8f1f8e7b96d4dfdca867cfcf69e0efab9f6e3731.zip |
Add EfikaMX smarttop board support
This patch finally adds support for i.MX51 based Genesi USA EfikaMX smarttop
board.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/board/efikamx.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tcl/board/efikamx.cfg b/tcl/board/efikamx.cfg new file mode 100644 index 00000000..f8ae25d8 --- /dev/null +++ b/tcl/board/efikamx.cfg @@ -0,0 +1,9 @@ +# Genesi USA EfikaMX +# http://www.genesi-usa.com/products/efika + +# Fall back to 6MHz if RTCK is not supported +jtag_rclk 6000 + +source [find target/imx51.cfg] + +reset_config trst_only |