summaryrefslogtreecommitdiff
path: root/boot/bootmeth_script.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-31 16:30:31 -0500
committerTom Rini <trini@konsulko.com>2022-12-31 16:30:31 -0500
commit3aa14d76182dbbaf9fed4deeaf362f083b9d2f5b (patch)
tree9a4c733db8ec3b99444a5ff9177aeb709459ad07 /boot/bootmeth_script.c
parent3e4cbe184a0f6537abb457d6afa61224396c4e46 (diff)
parentbcc85b96b5ffbbce19a89747138feb873d918915 (diff)
Merge branch '2022-12-31-cmd-source-support-specifying-config-name' into next
To quote the author: This series adds support for using configs with the source command. And to paraphrase the rest, see the patch commit messages for more details.
Diffstat (limited to 'boot/bootmeth_script.c')
-rw-r--r--boot/bootmeth_script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/bootmeth_script.c b/boot/bootmeth_script.c
index d1c3f940037..6c84721d1cd 100644
--- a/boot/bootmeth_script.c
+++ b/boot/bootmeth_script.c
@@ -101,7 +101,7 @@ static int script_boot(struct udevice *dev, struct bootflow *bflow)
log_debug("mmc_bootdev: %s\n", env_get("mmc_bootdev"));
addr = map_to_sysmem(bflow->buf);
- ret = image_source_script(addr, NULL);
+ ret = image_source_script(addr, NULL, NULL);
if (ret)
return log_msg_ret("boot", ret);