efi_loader: fix freestanding memmove()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 22 Mar 2020 08:52:48 +0000 (09:52 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 22 Mar 2020 10:06:23 +0000 (11:06 +0100)
commit72291a9d83ec2fe50cc8fac304e8ecd5534daf5e
treebd4f1f90e48d52e087613176f79b2c943f0ce5c4
parent7aeceffb2509ba700673fa125bbfe785c4c0be71
efi_loader: fix freestanding memmove()

For EFI binaries we have to provide an implementation of memmove() in
efi_freestanding.c.

Before this patch the memmove() function was copying in the wrong
direction.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_freestanding.c