summaryrefslogtreecommitdiffstats
path: root/commands/nandtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/nandtest.c')
-rw-r--r--commands/nandtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/nandtest.c b/commands/nandtest.c
index ee7725d47e..6d0b770f16 100644
--- a/commands/nandtest.c
+++ b/commands/nandtest.c
@@ -87,7 +87,7 @@ static int erase_and_write(loff_t ofs, unsigned char *data,
ret = erase(fd, er.length, er.start);
if (ret < 0) {
perror("\nerase");
- printf("Could't not erase flash at 0x%08x length 0x%08x.\n",
+ printf("Could't not erase flash at 0x%08llx length 0x%08llx.\n",
er.start, er.length);
return ret;
}