summaryrefslogtreecommitdiffstats
path: root/nand_spl
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2009-01-26 10:05:20 +0100
committerScott Wood <scottwood@freescale.com>2009-01-26 13:39:17 -0600
commitde832a99414ff06a4b2cdc9f5280b387da039834 (patch)
tree80869c83a7059f2d483c845c27a94b1428bab46d /nand_spl
parent8f86a3636ef88427f880610638e80991adc41896 (diff)
downloadtalos-obmc-uboot-de832a99414ff06a4b2cdc9f5280b387da039834.tar.gz
talos-obmc-uboot-de832a99414ff06a4b2cdc9f5280b387da039834.zip
nand_spl: Fix compile problem with board_nand_init() prototype
This patch removes the now obsolete and additionally wrongly defined board_nand_init() prototype from nand_spl/nand_boot.c. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'nand_spl')
-rw-r--r--nand_spl/nand_boot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nand_spl/nand_boot.c b/nand_spl/nand_boot.c
index 87c50e123c..c7eadad1b9 100644
--- a/nand_spl/nand_boot.c
+++ b/nand_spl/nand_boot.c
@@ -27,8 +27,6 @@
static int nand_ecc_pos[] = CONFIG_SYS_NAND_ECCPOS;
-extern void board_nand_init(struct nand_chip *nand);
-
#if (CONFIG_SYS_NAND_PAGE_SIZE <= 512)
/*
* NAND command for small page NAND devices (512)
OpenPOWER on IntegriCloud