commit | 146242cc998ed6e002831d4ff409189353e1960a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 26 21:01:22 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 03 15:30:54 2023 -0400 |
tree | d8a4908a7eeb7bb3a2ece1c1aff48612522c4ea9 | |
parent | 0c0c82b5177e9afb3a248da4d004f3dc48975c91 [diff] |
bootstd: Use a function to detect network in EFI bootmeth This checks for a network-based bootflow in two places, one of which is less than ideal. Move the correct test into a function and use it in both places. Signed-off-by: Simon Glass <sjg@chromium.org>