[U-Boot] [PATCH v3 02/14] dm: tegra: Avoid using arch-specific memcpy() in SPL

Simon Glass sjg at chromium.org
Sun Nov 23 13:55:59 CET 2014


On 11 November 2014 at 01:16, Simon Glass <sjg at chromium.org> wrote:
> The faster functions are not actually available in SPL and the code size
> likely isn't worth it. Use the normal memcpy() in SPL.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3:
> - Add new patch to avoid using arch-specific memcpy() in SPL
>
> Changes in v2: None
>
>  include/configs/tegra-common.h | 2 ++
>  1 file changed, 2 insertions(+)

Applied to u-boot-dm.


More information about the U-Boot mailing list