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

Mike Frysinger vapier at gentoo.org
Fri Oct 7 19:35:37 CEST 2011


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
-------------- 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/d6d748a7/attachment.pgp 


More information about the U-Boot mailing list