commit | 1c34f9d315033936ae60ce0fb4b7dca54092e5ef | [log] [tgz] |
---|---|---|
author | Shantur Rathore <i@shantur.com> | Sun Nov 19 16:54:59 2023 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 09 13:16:08 2023 -0500 |
tree | dfe544378fe8ab442b8fd76d281a3c9069fcc62e | |
parent | b4c1252e10ea339159a36e3ee76343d8b52d5d5d [diff] |
bootflow: bootmeth_efi: set bflow->fname from bootfile name We need to set boot->fname before calling efi_set_bootdev otherwise this crashes as bflow->fname is null. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Shantur Rathore <i@shantur.com>