summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2014-08-26 11:49:46 +0200
committerTom Warren <twarren@nvidia.com>2014-10-22 09:30:54 -0700
commit4270d5afed2e815b8c8dd917a8083644b0ccdede (patch)
tree01402cbda6155fccf12d76d1c88c42433775af70 /include
parentbf78b2717d3279e8dc74fa3bb69096ced7d8afda (diff)
downloadtalos-obmc-uboot-4270d5afed2e815b8c8dd917a8083644b0ccdede.tar.gz
talos-obmc-uboot-4270d5afed2e815b8c8dd917a8083644b0ccdede.zip
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')
-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 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
*/
OpenPOWER on IntegriCloud