summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-10-12 11:29:33 -0500
committerJon Loeliger <jdl@freescale.com>2006-10-12 11:29:33 -0500
commitf7b190d3120611d9d47c3ea784c10f5f713655f5 (patch)
tree7b2ebba6cde3c4fd4e024516296d63f214ff9464 /common
parent0ee90cb77e01d6e8ccd37e1bd96678597875c391 (diff)
parent87621bc24789e024c62a8a12bebd592943cdfb02 (diff)
Merge branch 'master' of http://www.denx.de/git/u-boot
Diffstat (limited to 'common')
-rw-r--r--common/cmd_nand.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/cmd_nand.c b/common/cmd_nand.c
index 274ef0b993..7042a9c226 100644
--- a/common/cmd_nand.c
+++ b/common/cmd_nand.c
@@ -251,7 +251,7 @@ int do_nand(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
"Use this command only for testing purposes "
"if you\n"
" "
- "are shure of what you are doing!\n"
+ "are sure of what you are doing!\n"
"\nReally scrub this NAND flash? <y/N>\n"
);
@@ -341,7 +341,6 @@ int do_nand(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
return ret == 0 ? 0 : 1;
}
- /* 2006-09-28 gc: implement missing commands */
if (strcmp(cmd, "markbad") == 0) {
addr = (ulong)simple_strtoul(argv[2], NULL, 16);