Re: [U-Boot] [PATCH 1/4] ARM: prevent compiler warnings from bootm.c

2014-10-21 Thread Stefano Babic
Hi Eric, On 01/10/2014 00:40, Eric Nelson wrote: Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5,

Re: [U-Boot] [PATCH 1/4] ARM: prevent compiler warnings from bootm.c

2014-10-11 Thread Albert ARIBAUD
Hi Eric, On Tue, 30 Sep 2014 15:40:01 -0700, Eric Nelson eric.nel...@boundarydevices.com wrote: Without preceding declarations, make C=1 generates Should it be static? warnings for symbols do_bootm_linux, boot_prep_vxworks, and boot_jump_vxworks Include of bootm.h also

[U-Boot] [PATCH 1/4] ARM: prevent compiler warnings from bootm.c

2014-09-30 Thread Eric Nelson
Without preceding declarations, make C=1 generates Should it be static? warnings for symbols do_bootm_linux, boot_prep_vxworks, and boot_jump_vxworks Include of bootm.h also identified a signature mismatch (const on argv[]). Signed-off-by: Eric Nelson