
25 Aug
2014
25 Aug
'14
6:09 p.m.
On 08/24/2014 03:18 PM, Marcel Ziswiler wrote:
On Fri, 2014-08-22 at 13:31 -0600, Stephen Warren wrote:
+#define CONFIG_USE_ARCH_MEMCPY
That last option isn't set on other Tegra boards; what's it for?
This is my special gift to Thierry to leverage architecture specific memory copying routine which gives another few percent performance boost on image download curtsey Stefan initially experimenting with it on Vybrid (;-p).
This sounds like, if we enable it, it should be part of one of include/configs/tegra*.h, not just one board-specific file. I think we should drop it from this patch, and add it to an appropriate common file in a separate patch.