]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Speed up copy-to-RAM and clear BSS operations
authorGraeme Russ <graeme.russ@gmail.com>
Tue, 27 Dec 2011 11:46:41 +0000 (22:46 +1100)
committerGraeme Russ <graeme.russ@gmail.com>
Wed, 4 Jan 2012 10:05:00 +0000 (21:05 +1100)
commit1176a7067a89e68bbb1872b234f67bd2f4651051
treef798c3dfbe3a56b95ebe03e8d8fdd1b807ea5ee8
parentb2c2a038426f651c574a97a02563f78c2dceaa89
x86: Speed up copy-to-RAM and clear BSS operations

The implementations of memcpy and memset are now the optimised versions
from glibc, so use them instead of simple copy loops

--
Changes for v2:
 - Removed unneeded brackets
arch/x86/lib/board.c