Hi Mike, On Fri, Oct 7, 2011 at 10:35 AM, Mike Frysinger <vap...@gentoo.org> 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. > -mike >
OK I have rebased and will resend another version. Any other little refactors I should know about? :-) Regards, Simon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot