From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 26 Aug 2014 10:27:19 -0600 Subject: [U-Boot] [PATCH] arm: tegra: use architecture specific memcpy In-Reply-To: References: <4e5681daf84a08d160751c3da392f654e2b440ef.1409033663.git.marcel@ziswiler.com> Message-ID: <53FCB567.1060104@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/26/2014 03:49 AM, Marcel Ziswiler wrote: > Use architecture specific memcpy to speed up things. Tested-by: Stephen Warren On Jetson TK1, this makes my "dhcp zImage" on my USB ethernet dongle got from ~1.7MiB/s to ~2.8MiB/s :-)