diff options
| author | Wolfgang Denk <[email protected]> | 2008-06-03 00:16:48 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-06-03 00:16:48 +0200 |
| commit | 7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc (patch) | |
| tree | 5ba2f3b891a37f5e9beef2710ef2f82bdbf5f0e4 /lib_ppc | |
| parent | e3d0d4ac0ec900543bdda141f9ada9bf6c47d011 (diff) | |
| parent | d6ac2ed893c2168738aee01579d6283af8d37045 (diff) | |
Merge remote branch 'u-boot-nand-flash/master'
Diffstat (limited to 'lib_ppc')
| -rw-r--r-- | lib_ppc/board.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 4956403cce8..6f7242d622c 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -93,9 +93,7 @@ void doc_init (void); #if defined(CONFIG_HARD_SPI) #include <spi.h> #endif -#if defined(CONFIG_CMD_NAND) -void nand_init (void); -#endif +#include <nand.h> static char *failed = "*** failed ***\n"; |
