From: <oh...@ma...> - 2009-03-01 21:53:19
|
Author: oharboe Date: 2009-03-01 21:53:17 +0100 (Sun, 01 Mar 2009) New Revision: 1384 Modified: trunk/src/flash/nand.c Log: Nicolas Pitre nico at cam.org spelling Modified: trunk/src/flash/nand.c =================================================================== --- trunk/src/flash/nand.c 2009-02-26 10:06:00 UTC (rev 1383) +++ trunk/src/flash/nand.c 2009-03-01 20:53:17 UTC (rev 1384) @@ -530,7 +530,7 @@ 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 @@ 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; |