Re: [U-Boot] [PATCH v2 4/6] imx: Add auto generation of asm-offsets.h for imx25

2011-07-13 Thread Stefano Babic
On 07/06/2011 12:28 PM, Matthias Weisser wrote: > Offsets to registers may be needed in asm code. This patch adds automated > generation of these offsets form C structures. > > Signed-off-by: Matthias Weisser > --- Applied to u-boot-imx, thanks Best regards, Stefano Babic -- =

[U-Boot] [PATCH v2 4/6] imx: Add auto generation of asm-offsets.h for imx25

2011-07-06 Thread Matthias Weisser
Offsets to registers may be needed in asm code. This patch adds automated generation of these offsets form C structures. Signed-off-by: Matthias Weisser --- Changes in v2: - Added a change in Makefile which was in wrong patch of the patch set arch/arm/cpu/arm926ejs/mx25/Makefile |2