diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2014-08-26 11:49:46 +0200 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2014-10-22 09:30:54 -0700 |
commit | 4270d5afed2e815b8c8dd917a8083644b0ccdede (patch) | |
tree | 01402cbda6155fccf12d76d1c88c42433775af70 /include | |
parent | bf78b2717d3279e8dc74fa3bb69096ced7d8afda (diff) | |
download | u-boot-imx-4270d5afed2e815b8c8dd917a8083644b0ccdede.zip u-boot-imx-4270d5afed2e815b8c8dd917a8083644b0ccdede.tar.gz u-boot-imx-4270d5afed2e815b8c8dd917a8083644b0ccdede.tar.bz2 |
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.h | 2 |
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 */ |