summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2014-08-26 09:49:46 (GMT)
committerTom Warren <twarren@nvidia.com>2014-10-22 16:30:54 (GMT)
commit4270d5afed2e815b8c8dd917a8083644b0ccdede (patch)
tree01402cbda6155fccf12d76d1c88c42433775af70 /include/configs
parentbf78b2717d3279e8dc74fa3bb69096ced7d8afda (diff)
downloadu-boot-4270d5afed2e815b8c8dd917a8083644b0ccdede.tar.xz
arm: tegra: use architecture specific memcpy
Use architecture specific memcpy to speed up things. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/tegra-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 834b3d5..723ef72 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
*/