commit | af38c911793089bafa92e4614c75cf5fd442a56c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 11 19:34:58 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 11:05:16 2022 -0400 |
tree | 8c797c6250085e213bc9f8907cc8ca3d4152525b | |
parent | 95e6e0370428a9951227a3810eaff99d2408f05a [diff] |
efi: Correct assumption about if_type efi_set_blk_dev_to_system_partition() assumes that 0 is an invalid if_type. This is true now but is about to be false. Fix this bug to avoid a test failure. Signed-off-by: Simon Glass <sjg@chromium.org>