[U-Boot] [PATCH v3 7/8] add support for palm treo 680 board

Mike Dunn mikedunn at newsguy.com
Mon Apr 15 21:11:33 CEST 2013


On 04/15/2013 11:33 AM, Marek Vasut wrote:
> Dear Mike Dunn,
> 
> [...]
> 
>>>> +#ifdef CONFIG_SPL_BUILD
>>>> +void *memcpy(void *dest, const void *src, size_t count)
>>>> +{
>>>
>>> CONFIG_SPL_LIBCOMMON_SUPPORT shall give you memcpy.
>>
>> This does not appear to be the case.  Unless I'm mistaken, memcpy() will be
>> in either lib/libgeneric.o (lib/string.c) or arch/arm/lib/libarm.o
>> (arch/arm/lib/memcpy.S) - depending on CONFIG_USE_ARCH_MEMCPY - but in
>> neither case will it be in common/libcommon.o.
> 
> CONFIG_SPL_LIBGENERIC_SUPPORT then ;-)


<smacks forehead>

Does preclude use of CONFIG_USE_ARCH_MEMCPY though.

Thanks,
Mike


More information about the U-Boot mailing list