mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@
|
|||
#include <spi.h>
|
||||
#endif
|
||||
|
||||
#include <nand.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
static char *failed = "*** failed ***\n";
|
||||
|
|
Loading…
Reference in a new issue