]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: use library memcpy() in helloworld.efi
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 20 Jan 2019 07:20:32 +0000 (08:20 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2019 08:40:06 +0000 (09:40 +0100)
commiteb9ad6aaaae33e7b4a264eef89a58c60a79d5055
tree0b566111e72a282ba95578c42365862c91871636
parentac05d556f1bfd0082715eb5cfd5840ca1199d539
efi_loader: use library memcpy() in helloworld.efi

Helloworld does not need its own memcpy() implementation anymore. Use the
one provided in efi_freestanding.c.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/helloworld.c