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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot