Re: [U-Boot] [RFC PATCH 0/2] Add atmel ROM code image

2014-04-23 Thread Bo Shen
Hi Andreas, Thanks for your work. On 04/23/2014 10:29 PM, Andreas Bießmann wrote: This series add atmelimage support to mkimage. An atmelimage is a quite dumb image type cause it has no real header. The file is mostly unmodified but the 6'th ARM vector gets replaced by the image size to load.

[U-Boot] [RFC PATCH 0/2] Add atmel ROM code image

2014-04-23 Thread Andreas Bießmann
This series add atmelimage support to mkimage. An atmelimage is a quite dumb image type cause it has no real header. The file is mostly unmodified but the 6'th ARM vector gets replaced by the image size to load. Heiko, I know your approach setting the vector in start.S but I think this solution i