Re: [U-Boot] [PATCH] imx: Include header file

2017-10-02 Thread Stefano Babic
On 22/09/2017 17:12, Diego Dorta wrote: > When building with W=1 errors like the one below is seen: > > board/freescale/mx6sabresd/mx6sabresd.c:546:5: warning: > no previous prototype for ‘overwrite_console’ > [-Wmissing-prototypes] int overwrite_console(void) > > Fix the build warnings by

[U-Boot] [PATCH] imx: Include header file

2017-09-22 Thread Diego Dorta
When building with W=1 errors like the one below is seen: board/freescale/mx6sabresd/mx6sabresd.c:546:5: warning: no previous prototype for ‘overwrite_console’ [-Wmissing-prototypes] int overwrite_console(void) Fix the build warnings by including . Signed-off-by: Diego Dorta