commit | 8018b9af57b5cd0cfddf48a8d12f04dba8b77a65 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 14 12:47:59 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 11 19:02:19 2021 -0500 |
tree | 091bd6efbffc90818cc297493fce681dcb196fec | |
parent | 4ad5d51edb6525402b371cc8f8a3bee1b6a42414 [diff] |
pxe: Tidy up the is_pxe global Move this into the context to avoid a global variable. Also rename it since the current name does not explain what it actually affects. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Artem Lapkin <email2tema@gmail.com> Tested-by: Artem Lapkin <email2tema@gmail.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>