mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 03:23:32 -04:00
ColdFire: Fix board.c warning message
Implicit declaration of nand_init() warning message Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
This commit is contained in:
parent
33aa4eac66
commit
ab6ba84268
@ -63,6 +63,8 @@
|
||||
#include <spi.h>
|
||||
#endif
|
||||
|
||||
#include <nand.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
static char *failed = "*** failed ***\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user