]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Use loops instead of memcpy/memset in board_init_f
authorGraeme Russ <graeme.russ@gmail.com>
Thu, 7 Oct 2010 09:03:33 +0000 (20:03 +1100)
committerGraeme Russ <graeme.russ@gmail.com>
Thu, 7 Oct 2010 09:03:33 +0000 (20:03 +1100)
commitf2ff75c0a25eb78b4b86fd96c5f0be9dd327e2d7
tree8b10cec22c7b082d2d4ed6e7d18cf93ec81a7136
parent221914265860a47a0ba8bfa6956097cb045d9b39
x86: Use loops instead of memcpy/memset in board_init_f

Provides a small speed increase and prepares for fully relocatable image.
Downside is the TEXT_BASE, bss, load address etc must ALL be aligned on a
a 4-byte boundary which is not such a terrible restriction as everything
is already 4-byte aligned anyway
arch/i386/lib/board.c
board/eNET/u-boot.lds