[U-Boot] [PATCH] arm: tegra: use architecture specific memcpy

Marcel Ziswiler marcel at ziswiler.com
Tue Aug 26 11:49:46 CEST 2014


Use architecture specific memcpy to speed up things.

Signed-off-by: Marcel Ziswiler <marcel at ziswiler.com>
---
 include/configs/tegra-common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 16f45f5..be1c7f5 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -109,6 +109,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
  */
-- 
1.9.3



More information about the U-Boot mailing list