u-boot/drivers/mtd/nand
Mike Frysinger 69fb8be4fc NAND: move board_nand_init to nand.h
Rather than putting the function prototype for board_nand_init() in the one
place where it gets called, put it into nand.h so that every place that also
defines it gets the prototype.  Otherwise, errors can go silently unnoticed
such as using the wrong return value (void rather than int) when defining
the function.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>
2009-01-23 10:32:49 -06:00
..
diskonchip.c NAND: sync with 2.6.27 2008-10-29 10:42:16 -05:00
fsl_elbc_nand.c NAND FSL elbc: Use virt_to_phys to determine which bank is in use 2008-12-19 18:20:08 -06:00
fsl_upm.c drivers/mtd/nand: Move conditional compilation to Makefile 2008-08-13 01:40:43 +02:00
Makefile NAND: add NAND driver for S3C64XX 2008-08-31 00:39:47 +02:00
nand.c NAND: move board_nand_init to nand.h 2009-01-23 10:32:49 -06:00
nand_base.c NAND: Mark the BBT as scanned prior to calling scan_bbt. 2008-12-16 14:40:34 -06:00
nand_bbt.c NAND: sync with 2.6.27 2008-10-29 10:42:16 -05:00
nand_ecc.c NAND: sync with 2.6.27 2008-10-29 10:42:16 -05:00
nand_ids.c NAND: sync with 2.6.27 2008-10-29 10:42:16 -05:00
nand_util.c NAND: Fix misplaced return statement in nand_{read,write}_skip_bad(). 2008-11-25 10:47:02 -06:00
s3c64xx.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00