commit | 60b180fdba1bf7bbd6181c1eef804a20fa485427 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 17 09:31:00 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jul 19 13:57:50 2024 +0200 |
tree | cbee58345bb3c29853439cebbe6c64a581e11614 | |
parent | cfed2219e36946902e3bd57d5c647ab8f10f6397 [diff] |
bootstd: Correct handling of script from network When reading a script from a network, no block device is available. Update the implementation to support this correctly, avoiding setting environment variables which relate only to block devices. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>