summaryrefslogtreecommitdiffstats
path: root/common/env_nand.c
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2008-05-13 17:31:24 +0200
committerScott Wood <scottwood@freescale.com>2008-05-28 11:06:25 -0500
commit5922db6c0948506be91e0de44e7a6863a18a417f (patch)
treeb2bb938dff0307fc1b9f84281b0ea98490b1623c /common/env_nand.c
parent135f0a7488af2947adbe4b40b79280bdfe5e9886 (diff)
downloadblackbird-obmc-uboot-5922db6c0948506be91e0de44e7a6863a18a417f.tar.gz
blackbird-obmc-uboot-5922db6c0948506be91e0de44e7a6863a18a417f.zip
Cleanup nand_info[] declaration.
The nand_info array is declared as extern in several .c files. Those days, nand.h contains a reference to the array, so there is no need to declare it elsewhere. Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'common/env_nand.c')
-rw-r--r--common/env_nand.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/env_nand.c b/common/env_nand.c
index 70d05ad15a..3a98d2b944 100644
--- a/common/env_nand.c
+++ b/common/env_nand.c
@@ -57,9 +57,6 @@ int nand_legacy_rw (struct nand_chip* nand, int cmd,
size_t start, size_t len,
size_t * retlen, u_char * buf);
-/* info for NAND chips, defined in drivers/mtd/nand/nand.c */
-extern nand_info_t nand_info[];
-
/* references to names in env_common.c */
extern uchar default_environment[];
extern int default_environment_size;
OpenPOWER on IntegriCloud