Fix build problem: nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c: In function 'board_init_f': nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c:132: warning: implicit declaration of function 'nand_boot' nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c:133: warning: 'noreturn' function does return
Signed-off-by: Wolfgang Denk <w...@denx.de> Cc: Syed Mohammed Khasim <sm.kha...@gmail.com> Cc: Sughosh Ganu <urwithsugh...@gmail.com> Cc: Albert ARIBAUD <albert.u.b...@aribaud.net> --- board/davinci/da8xxevm/hawkboard_nand_spl.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/davinci/da8xxevm/hawkboard_nand_spl.c b/board/davinci/da8xxevm/hawkboard_nand_spl.c index 9155236..e5e65e5 100644 --- a/board/davinci/da8xxevm/hawkboard_nand_spl.c +++ b/board/davinci/da8xxevm/hawkboard_nand_spl.c @@ -28,6 +28,7 @@ #include <asm/io.h> #include <asm/arch/davinci_misc.h> #include <ns16550.h> +#include <nand.h> DECLARE_GLOBAL_DATA_PTR; -- 1.7.6 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot