Re: [U-Boot] [PATCH v4 1/6] arm: adapt asm/linkage.h from Linux

2012-03-12 Thread Aneesh V
On Sunday 11 March 2012 07:31 AM, Mike Frysinger wrote: On Thursday 08 March 2012 12:20:17 Aneesh V wrote: This will add ARM specific over-rides for the defines from linux/linkage.h Tested-by: Mike Frysinger -mike Thanks Mike. ___ U-Boot mailing l

Re: [U-Boot] [PATCH v4 1/6] arm: adapt asm/linkage.h from Linux

2012-03-10 Thread Mike Frysinger
On Thursday 08 March 2012 12:20:17 Aneesh V wrote: > This will add ARM specific over-rides for the defines > from linux/linkage.h Tested-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing li

[U-Boot] [PATCH v4 1/6] arm: adapt asm/linkage.h from Linux

2012-03-08 Thread Aneesh V
This will add ARM specific over-rides for the defines from linux/linkage.h Signed-off-by: Aneesh V --- Not adding the defines for __ALIGN and __ALIGN_STR because it's not clear why alignment is set to 0 (single byte alignment). Creates a checkpatch error that can not be avoided Changes in v4: -