From: Marcel Ziswiler Date: Tue, 26 Aug 2014 09:49:46 +0000 (+0200) Subject: arm: tegra: use architecture specific memcpy X-Git-Tag: v2015.01-rc1~178^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4270d5afed2e815b8c8dd917a8083644b0ccdede;p=u-boot arm: tegra: use architecture specific memcpy Use architecture specific memcpy to speed up things. Signed-off-by: Marcel Ziswiler Tested-by: Stephen Warren Signed-off-by: Tom Warren --- diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 834b3d5686..723ef72ef4 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -116,6 +116,8 @@ #define CONFIG_SYS_MEMTEST_START (NV_PA_SDRC_CS0 + 0x600000) #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x100000) +#define CONFIG_USE_ARCH_MEMCPY + /*----------------------------------------------------------------------- * Physical Memory Map */