]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Correct handling of script from network
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 08:31:00 +0000 (09:31 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 19 Jul 2024 11:57:50 +0000 (13:57 +0200)
commit60b180fdba1bf7bbd6181c1eef804a20fa485427
treecbee58345bb3c29853439cebbe6c64a581e11614
parentcfed2219e36946902e3bd57d5c647ab8f10f6397
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>
boot/bootmeth_script.c