[PATCH] xilinx: Enable the NFS command by default
Michal Simek
michal.simek at amd.com
Wed Jan 3 14:05:01 CET 2024
On 1/3/24 07:12, Tejas Bhumkar wrote:
> Enabled the default utilization of the NFS command across all
> Xilinx platforms to facilitate the booting of images through
> the network using the NFS protocol.
you should reference to 10de1257079905ac383e7abf346a04221cafa620 which
introduced regression and disable NFS
>
> Signed-off-by: Tejas Bhumkar <tejas.arvind.bhumkar at amd.com>
> ---
> configs/xilinx_versal_net_virt_defconfig | 2 ++
> configs/xilinx_versal_virt_defconfig | 2 ++
> configs/xilinx_zynq_virt_defconfig | 2 ++
> configs/xilinx_zynqmp_virt_defconfig | 2 ++
> 4 files changed, 8 insertions(+)
>
> diff --git a/configs/xilinx_versal_net_virt_defconfig b/configs/xilinx_versal_net_virt_defconfig
> index 0553ac6b17..3095e402ff 100644
> --- a/configs/xilinx_versal_net_virt_defconfig
> +++ b/configs/xilinx_versal_net_virt_defconfig
> @@ -46,6 +46,8 @@ CONFIG_CMD_USB=y
> CONFIG_BOOTP_MAY_FAIL=y
> CONFIG_BOOTP_BOOTFILESIZE=y
> CONFIG_CMD_TFTPPUT=y
> +CONFIG_CMD_NFS=y
> +CONFIG_NFS_TIMEOUT=2000
Did you run savedefconfig? Because 2000 is default value.
M
More information about the U-Boot
mailing list