]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commited2b73eb480c5461d78adfc87ae1158de90ffec2
treebd4f1f90e48d52e087613176f79b2c943f0ce5c4
parentd1d42e084d20e008ab6046e60f2910d8d812582c
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