[U-Boot] [PATCH v4 03/19] sandbox: Add architecture image support
Mike Frysinger
vapier at gentoo.org
Fri Oct 7 22:14:18 CEST 2011
On Friday 07 October 2011 15:58:36 Simon Glass wrote:
> On Fri, Oct 7, 2011 at 10:35 AM, Mike Frysinger wrote:
> > On Tuesday 04 October 2011 01:26:34 Simon Glass wrote:
> >> --- a/include/image.h
> >> +++ b/include/image.h
> >>
> >> static inline int image_check_target_arch (const image_header_t *hdr)
> >> {
> >> -#if defined(__ARM__)
> >> +#if defined(CONFIG_SANDBOX_ARCH)
> >> + if (!image_check_arch(hdr, IH_ARCH_SANDBOX))
> >> +#elif defined(__ARM__)
> >
> > you'll need to rebase onto latest master as this code no longer exists
> > :). see 476af299b04ef07117bbc3cdef07885e1089967e for more info.
>
> OK I have rebased and will resend another version. Any other little
> refactors I should know about? :-)
i think that's the only refactor i've published so far that affects this set
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111007/ef9d1d6f/attachment.pgp
More information about the U-Boot
mailing list