commit | e31317e161928aadb8941cb63ce49d6faa8002f4 | [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 | c5440a6ae85d0b68e511c1b0b81dc97a3df719e5 [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>