libpayload: Fix the memcpy functions
authorJordan Crouse <jordan.crouse@amd.com>
Tue, 19 Aug 2008 16:55:05 +0000 (16:55 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 19 Aug 2008 16:55:05 +0000 (16:55 +0000)
commit96f57aee0ac571378ee29d1a27a24114ea10a1c3
tree640a250289931dabeec9be41dd81b5f49f5c233e
parent0740cdaac9e7bf37492988af31f85bb7898bc327
libpayload:  Fix the memcpy functions

There was a bit of confusion in the memcpy functions - we could simplify
things slightly without having to revert to 8 bit copies on a 32 bit
system.

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3519 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/libc/memory.c