On Sat, Nov 1, 2025 at 12:15 PM <[email protected]> wrote: > > I want to build u-boot without a network stack (the target machine only needs > to boot from usb, nvme and mmc devices) but disabling pxe causes a dependency > problem. Does anyone know how to resolve this?
Try passing CONFIG_NO_NET=y in your defconfig file.

