]> Git Repo - J-u-boot.git/blobdiff - boot/bootmeth_pxe.c
boot: Allow use of FIT in TPL and VPL
[J-u-boot.git] / boot / bootmeth_pxe.c
index 03d2589c264f20f0f2274436af52691b028e0b6f..05c6bece2c18bd327f267ca994e1866b1b15db8d 100644 (file)
@@ -150,7 +150,7 @@ static int extlinux_pxe_boot(struct udevice *dev, struct bootflow *bflow)
        info.bflow = bflow;
        info.cmdtp = &cmdtp;
        ret = pxe_setup_ctx(ctx, &cmdtp, extlinux_pxe_getfile, &info, false,
-                           bflow->subdir, false);
+                           bflow->subdir, false, false);
        if (ret)
                return log_msg_ret("ctx", -EINVAL);
 
This page took 0.023005 seconds and 4 git commands to generate.