summaryrefslogtreecommitdiff
path: root/src/ecosboard.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-22 18:10:21 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-22 18:10:21 +0000
commitbfd7a227b0d7d753e01abc244974c2a51d71bd50 (patch)
treef30b2519c588a7ac42c262ae2d2b0efa8e10ee70 /src/ecosboard.c
parentbf45445b5bdbd8a77d04f456ad9aa27244b77d29 (diff)
downloadopenocd+libswd-bfd7a227b0d7d753e01abc244974c2a51d71bd50.tar.gz
openocd+libswd-bfd7a227b0d7d753e01abc244974c2a51d71bd50.tar.bz2
openocd+libswd-bfd7a227b0d7d753e01abc244974c2a51d71bd50.tar.xz
openocd+libswd-bfd7a227b0d7d753e01abc244974c2a51d71bd50.zip
updated docs a bit.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1091 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/ecosboard.c')
-rw-r--r--src/ecosboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c
index 7af5ea42..86f3d8d1 100644
--- a/src/ecosboard.c
+++ b/src/ecosboard.c
@@ -266,7 +266,8 @@ int handle_fast_load_image_command(struct command_context_s *cmd_ctx, char *cmd,
duration_stop_measure(&duration, &duration_text);
if (retval==ERROR_OK)
{
- command_print(cmd_ctx, "downloaded %u byte in %s", image_size, duration_text);
+ command_print(cmd_ctx, "Loaded %u bytes in %s", image_size, duration_text);
+ command_print(cmd_ctx, "NB!!! image has not been loaded to target, issue a subsequent 'fast_load' to do so.");
}
free(duration_text);