commit | 25c6be5b0dc8eb10f5cbcd5d222a8f3198d14560 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Aug 07 17:47:13 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Aug 08 19:03:24 2020 +0200 |
tree | ff82f9fd5ef885e6f2f9d567cacf882c8706ca44 | |
parent | 200647a4f20deb8a6b3a53bbb5c1229f4df03d56 [diff] |
efi_loader: factor out efi_set_load_options() The bootefi bootmgr command has to set the load options for a loaded image from the value of BootXXXX variable. If the boot manager is not used, the value is set from the environment variable bootargs (or efi_selftest). Factor out a common function efi_set_load_options(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>