Re: [U-Boot] [PATCH v3 2/6] armv7: add appropriate headers for assembly functions

2012-02-23 Thread Mike Frysinger
On Thursday 23 February 2012 09:06:02 Aneesh V wrote: > Use ENTRY and ENDPROC with assembly functions to ensure > necessary assembler directives for all functions. Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part.

[U-Boot] [PATCH v3 2/6] armv7: add appropriate headers for assembly functions

2012-02-23 Thread Aneesh V
Use ENTRY and ENDPROC with assembly functions to ensure necessary assembler directives for all functions. Signed-off-by: Aneesh V --- Changes in V2: - Newly added --- arch/arm/cpu/armv7/mx5/lowlevel_init.S |5 ++- arch/arm/cpu/armv7/mx6/lowlevel_init.S |5 ++- arch/arm/cp