summaryrefslogtreecommitdiff
path: root/src/flash/nand.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-03-01 20:53:17 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-03-01 20:53:17 +0000
commit630af1be56282870fabf57ad174339de7bcc208a (patch)
tree642d2357aff28d186d6d148a944534c1cd103339 /src/flash/nand.c
parent58f4bd4a3cd1ec1b160944380fd3a19afaba4db5 (diff)
downloadopenocd+libswd-630af1be56282870fabf57ad174339de7bcc208a.tar.gz
openocd+libswd-630af1be56282870fabf57ad174339de7bcc208a.tar.bz2
openocd+libswd-630af1be56282870fabf57ad174339de7bcc208a.tar.xz
openocd+libswd-630af1be56282870fabf57ad174339de7bcc208a.zip
Nicolas Pitre nico at cam.org spelling
git-svn-id: svn://svn.berlios.de/openocd/trunk@1384 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/nand.c')
-rw-r--r--src/flash/nand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/nand.c b/src/flash/nand.c
index 7f914075..2344ede7 100644
--- a/src/flash/nand.c
+++ b/src/flash/nand.c
@@ -530,7 +530,7 @@ int nand_probe(struct nand_device_s *device)
device->address_cycles = 5;
else
{
- LOG_ERROR("BUG: small page NAND device with more than 32 GiB encountered");
+ LOG_ERROR("BUG: large page NAND device with more than 32 GiB encountered");
device->address_cycles = 6;
}
}
@@ -1345,7 +1345,7 @@ int handle_nand_write_command(struct command_context_s *cmd_ctx, char *cmd, char
oob = NULL;
page = NULL;
duration_stop_measure(&duration, &duration_text);
- command_print(cmd_ctx, "wrote file %s to NAND flash %s at offset 0x%8.8x in %s",
+ command_print(cmd_ctx, "wrote file %s to NAND flash %s up to offset 0x%8.8x in %s",
args[1], args[0], offset, duration_text);
free(duration_text);
duration_text = NULL;