From 2cac9c333fae5a5c944e2cd05544d17ba3db1251 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sat, 19 Jul 2008 08:04:32 +0000 Subject: daemon_startup is now retired in favour of adding "init" and "reset halt/init/run" to the end of the config file/openocd command line. git-svn-id: svn://svn.berlios.de/openocd/trunk@835 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/startup.tcl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/helper/startup.tcl') diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index fc5f9e1a..6e5f577d 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -156,6 +156,10 @@ proc script {filename} { source [find $filename] } +#proc daemon_reset {} { +# puts "Daemon reset is obsolete. Use -c init -c \"reset halt\" at end of openocd command line instead"); +#} + add_help_text script " - filename of OpenOCD script (tcl) to run" add_help_text target_script " " -- cgit v1.2.3