projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf78b27
)
arm: tegra: use architecture specific memcpy
author
Marcel Ziswiler
<marcel@ziswiler.com>
Tue, 26 Aug 2014 09:49:46 +0000
(11:49 +0200)
committer
Tom Warren
<twarren@nvidia.com>
Wed, 22 Oct 2014 16:30:54 +0000
(09:30 -0700)
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>
include/configs/tegra-common.h
patch
|
blob
|
history
diff --git
a/include/configs/tegra-common.h
b/include/configs/tegra-common.h
index 834b3d5686c159b019b5c4661bfa943e0dc45957..723ef72ef41c63cd77a667b0db71836e035da25b 100644
(file)
--- 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
*/