summaryrefslogtreecommitdiff
path: root/tcl/target/c100config.tcl
diff options
context:
space:
mode:
authormichal smulski <michal.smulski@ooma.com>2010-04-24 16:51:34 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-04-24 16:51:34 +0200
commitc6cd253ae105a9542f051d4af3fda7e9a1c7140b (patch)
treef8b7fc91eaaf5b95167e0866d3b42b2544efdd6f /tcl/target/c100config.tcl
parent48e282aa00e8746a3e5e4234c915a4c5f9909063 (diff)
downloadopenocd_libswd-c6cd253ae105a9542f051d4af3fda7e9a1c7140b.tar.gz
openocd_libswd-c6cd253ae105a9542f051d4af3fda7e9a1c7140b.tar.bz2
openocd_libswd-c6cd253ae105a9542f051d4af3fda7e9a1c7140b.tar.xz
openocd_libswd-c6cd253ae105a9542f051d4af3fda7e9a1c7140b.zip
telo: update configuration scripts to matched master branch
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'tcl/target/c100config.tcl')
-rw-r--r--tcl/target/c100config.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/c100config.tcl b/tcl/target/c100config.tcl
index b08f9098..17a94760 100644
--- a/tcl/target/c100config.tcl
+++ b/tcl/target/c100config.tcl
@@ -403,9 +403,9 @@ proc flashUBOOT {file} {
flash erase_sector 0 0 3
puts "Programming u-boot"
putsUART0 "Programming u-boot..."
- memwrite burst enable
+ arm11 memwrite burst enable
flash write_image $file $EXP_CS0_BASEADDR
- memwrite burst disable
+ arm11 memwrite burst disable
putsUART0 "done.\n"
putsUART0 "Rebooting, please wait!\n"
reboot