]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: resequence functions in efi_boottime.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 4 Dec 2020 02:02:03 +0000 (03:02 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:15:32 +0000 (09:15 +0100)
commit8a20c5e0921c6786fe81a325ae698a03bb2b1b3d
tree9744b28d2a8e74f99ce4112601b87e7db9bcf849
parent0b6bce9cd1de14a3d1b055f4089259813a8a67be
efi_loader: resequence functions in efi_boottime.c

For implementing support for the EFI_LOAD_FILE_PROTOCOL in the LoadImage()
service we will have to call the LocateDevicePath() service. To avoid a
forward declaration resequence the functions.

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