[U-Boot] [PATCH v4 03/19] sandbox: Add architecture image support

Simon Glass sjg at chromium.org
Fri Oct 7 21:58:36 CEST 2011


Hi Mike,

On Fri, Oct 7, 2011 at 10:35 AM, Mike Frysinger <vapier at 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


More information about the U-Boot mailing list