
26 Sep
2011
26 Sep
'11
7:01 a.m.
On Friday, September 23, 2011 12:22:05 Simon Glass wrote:
#elif defined(__sparc__) if (!image_check_arch (hdr, IH_ARCH_SPARC)) +#elif defined(CONFIG_SANDBOX_ARCH)
- if (0)
#else # error Unknown CPU type #endif
i wonder if this could be useful ... wouldn't it allow some testing of uImages if we had image_check_arch(hdr, IN_ARCH_SANDBOX) ? -mike