On Wed, 22 Jul 2026 at 13:15, Michal Simek via U-Boot <[email protected]> wrote: > > Enable CMD_NFS for Zynq and Kria platforms to have it available by default.
How useful is this these days? From memory it's NFSv2 and that's mostly dead everywhere. > Signed-off-by: Michal Simek <[email protected]> > --- > > configs/xilinx_zynq_virt_defconfig | 1 + > configs/xilinx_zynqmp_kria_defconfig | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/configs/xilinx_zynq_virt_defconfig > b/configs/xilinx_zynq_virt_defconfig > index 30ffe28298a0..b7ef9407dcdb 100644 > --- a/configs/xilinx_zynq_virt_defconfig > +++ b/configs/xilinx_zynq_virt_defconfig > @@ -69,6 +69,7 @@ CONFIG_CMD_MTD=y > CONFIG_CMD_NAND_LOCK_UNLOCK=y > CONFIG_CMD_SF_TEST=y > CONFIG_CMD_USB=y > +CONFIG_CMD_NFS=y > CONFIG_CMD_SNTP=y > CONFIG_CMD_CACHE=y > CONFIG_CMD_EFIDEBUG=y > diff --git a/configs/xilinx_zynqmp_kria_defconfig > b/configs/xilinx_zynqmp_kria_defconfig > index ba4fdb9d657a..877e6c7f474e 100644 > --- a/configs/xilinx_zynqmp_kria_defconfig > +++ b/configs/xilinx_zynqmp_kria_defconfig > @@ -82,6 +82,7 @@ CONFIG_CMD_SDRAM=y > CONFIG_CMD_SF_TEST=y > CONFIG_CMD_SPI=y > CONFIG_CMD_USB=y > +CONFIG_CMD_NFS=y > CONFIG_CMD_SNTP=y > CONFIG_WGET_HTTPS=y > CONFIG_CMD_BMP=y > --- > base-commit: da4b763f29446ca22856e0f681076e5d27268c05 > branch: debian-sent3 > > -- > 2.43.0 >
