]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: move load options to new module
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 15 Jan 2021 18:02:49 +0000 (19:02 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 19 Jan 2021 17:56:08 +0000 (18:56 +0100)
commitf1f4b9c66851fae828adbff346ae98aae9bf66e7
treef6f00907e8ed29237814e4552cfe634dccbee746
parent924f18c7053587935548d72366d84b038fc69462
efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/Makefile
lib/efi_loader/efi_bootmgr.c
lib/efi_loader/efi_load_options.c [new file with mode: 0644]