[U-Boot] [PATCH 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 ane...@ti.com --- 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

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

2012-03-08 Thread Aneesh V
Missed adding 'v4' in the subject. Please ignore this series. Will re-send correcting the subject. On Thursday 08 March 2012 10:40 PM, Aneesh V wrote: This will add ARM specific over-rides for the defines from linux/linkage.h Signed-off-by: Aneesh Vane...@ti.com --- Not adding the defines for