projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe12bc
)
cmd_nand: Remove duplicate include
author
Peter Tyser
<ptyser@xes-inc.com>
Thu, 15 Oct 2009 15:48:17 +0000
(10:48 -0500)
committer
Scott Wood
<scottwood@freescale.com>
Fri, 13 Nov 2009 22:56:13 +0000
(16:56 -0600)
Also remove vague, unnecessary comment
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
common/cmd_nand.c
patch
|
blob
|
history
diff --git
a/common/cmd_nand.c
b/common/cmd_nand.c
index 158a55fa705db7534708df308938215b564fa97a..404ef9cf78849eae186a585bc224a118586f2655 100644
(file)
--- a/
common/cmd_nand.c
+++ b/
common/cmd_nand.c
@@
-9,14
+9,6
@@
*/
#include <common.h>
-
-
-/*
- *
- * New NAND support
- *
- */
-#include <common.h>
#include <linux/mtd/mtd.h>
#if defined(CONFIG_CMD_NAND)