>Here my code to prepend an AIF header to zImage for EBSA285
>Please tell me if I'm doing something wrong

The code itself looks OK but you might not be taking sufficient care over the 
memory layout.  If the idea is that this works in the same way as the CATS 
bootstrap (ie you load it at address 0), you need to have enough padding that 
zImage starts at 0x8000.  This is what the .align and .space directives were 
for in the source I sent you.  Alternatively you could load the code at 
0x8000-sizeof(hdr) but Angel might not be too keen on that.

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to