diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-09 09:03:53 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-09 09:03:53 +0200 |
commit | bffe824df6f92a2e88932c9b6d01b26b3a0cc598 (patch) | |
tree | 2161a407f08e03a6fdb2a74e9659efde4160b00d /tcl | |
parent | 7b650a6abefbede7beffff32ef38518b026ea060 (diff) | |
download | openocd_libswd-bffe824df6f92a2e88932c9b6d01b26b3a0cc598.tar.gz openocd_libswd-bffe824df6f92a2e88932c9b6d01b26b3a0cc598.tar.bz2 openocd_libswd-bffe824df6f92a2e88932c9b6d01b26b3a0cc598.tar.xz openocd_libswd-bffe824df6f92a2e88932c9b6d01b26b3a0cc598.zip |
Added tip in documentation on how to translate quirky syntax
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/board/imx35pdk.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl/board/imx35pdk.cfg b/tcl/board/imx35pdk.cfg index 3e0bf6b3..05d83ee5 100644 --- a/tcl/board/imx35pdk.cfg +++ b/tcl/board/imx35pdk.cfg @@ -21,6 +21,9 @@ proc setc15 {regs value} { proc imx35pdk_init { } { + # this reset script comes from the Freescale PDK + # + # http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX35PDK echo "Target Setup: initialize DRAM controller and peripherals" |