diff options
author | Stefan Roese | 2006-10-11 16:57:01 +0200 |
---|---|---|
committer | Stefan Roese | 2006-10-11 17:04:11 +0200 |
commit | 752d6837c3ea93e9e1c51165886b1aa77b144745 (patch) | |
tree | d19967433e39d10b3acfd28fa61f05a7d65c4ec7 /common | |
parent | 2255b2d2044d434463eb2661e18018e50f1643d9 (diff) |
Cleanup of NAND update patch (remove changelog from cmd_nand.c)
Patch by Guido Classen, 10 Oct 2006
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_nand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_nand.c b/common/cmd_nand.c index 274ef0b9938..fdbe7c78a63 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -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); |