]> 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 70f693aa239b13889199267a1d7ba10d8199d783..05c6bece2c18bd327f267ca994e1866b1b15db8d 100644 (file)
@@ -8,7 +8,6 @@
 
 #define LOG_CATEGORY UCLASS_BOOTSTD
 
-#include <common.h>
 #include <bootdev.h>
 #include <bootflow.h>
 #include <bootmeth.h>
@@ -151,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.020085 seconds and 4 git commands to generate.