summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-10-11 16:57:01 +0200
committerStefan Roese <sr@denx.de>2006-10-11 17:04:11 +0200
commit752d6837c3ea93e9e1c51165886b1aa77b144745 (patch)
treed19967433e39d10b3acfd28fa61f05a7d65c4ec7 /common
parent2255b2d2044d434463eb2661e18018e50f1643d9 (diff)
downloadblackbird-obmc-uboot-752d6837c3ea93e9e1c51165886b1aa77b144745.tar.gz
blackbird-obmc-uboot-752d6837c3ea93e9e1c51165886b1aa77b144745.zip
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_nand.c b/common/cmd_nand.c
index 274ef0b993..fdbe7c78a6 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);
OpenPOWER on IntegriCloud