added missing "reset+load" sequence.
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 18 Jul 2008 06:02:16 +0000 (06:02 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 18 Jul 2008 06:02:16 +0000 (06:02 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@823 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/target/readme.txt

index f38fb376c77756b4575698643b1e1e55da6dd0bf..204c88738075fb1c11ba1fda9cdc6e1918753d6a 100644 (file)
@@ -10,6 +10,9 @@ Rules to follow when writing scripts:
 and
        reset 
        flash erase_address <start> <len>
+and
+       reset
+       load
        
 In most cases this can be accomplished by specifying the default startup mode as reset_init (target command 
 in the configuration file).