commit | f161e39e84c85ff8f847432d59b555a6e4f3952c | [log] [tgz] |
---|---|---|
author | Tejas Bhumkar <tejas.arvind.bhumkar@amd.com> | Thu Jan 04 10:22:17 2024 +0530 |
committer | Michal Simek <michal.simek@amd.com> | Tue Jan 09 14:51:04 2024 +0100 |
tree | 47982541b66c87ca0270106b95434268b08d071a | |
parent | cf3cd803c614e1890bc4a9f00fc0928b652b3a66 [diff] |
xilinx: Enable the NFS command by default 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. Fixes: 10de12570799 ("disable NFS support by default") Signed-off-by: Tejas Bhumkar <tejas.arvind.bhumkar@amd.com> Link: https://lore.kernel.org/r/20240104045217.2966454-1-tejas.arvind.bhumkar@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
diff --git a/configs/xilinx_versal_net_virt_defconfig b/configs/xilinx_versal_net_virt_defconfig index 1f7d4e8..371d14e 100644 --- a/configs/xilinx_versal_net_virt_defconfig +++ b/configs/xilinx_versal_net_virt_defconfig
@@ -45,6 +45,7 @@ CONFIG_BOOTP_MAY_FAIL=y CONFIG_BOOTP_BOOTFILESIZE=y CONFIG_CMD_TFTPPUT=y +CONFIG_CMD_NFS=y CONFIG_CMD_WGET=y CONFIG_CMD_DNS=y CONFIG_CMD_CACHE=y
diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index d4df953..5f76a30 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig
@@ -47,6 +47,7 @@ CONFIG_BOOTP_MAY_FAIL=y CONFIG_BOOTP_BOOTFILESIZE=y CONFIG_CMD_TFTPPUT=y +CONFIG_CMD_NFS=y CONFIG_CMD_WGET=y CONFIG_CMD_DNS=y CONFIG_CMD_CACHE=y
diff --git a/configs/xilinx_zynq_virt_defconfig b/configs/xilinx_zynq_virt_defconfig index 36c59ae..2a99cdb 100644 --- a/configs/xilinx_zynq_virt_defconfig +++ b/configs/xilinx_zynq_virt_defconfig
@@ -70,6 +70,7 @@ CONFIG_CMD_USB=y CONFIG_BOOTP_MAY_FAIL=y CONFIG_CMD_TFTPPUT=y +CONFIG_CMD_NFS=y CONFIG_CMD_CACHE=y CONFIG_CMD_EFIDEBUG=y CONFIG_CMD_TIME=y
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index 0e1fe78..8ac37cc 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig
@@ -82,6 +82,7 @@ CONFIG_BOOTP_MAY_FAIL=y CONFIG_BOOTP_BOOTFILESIZE=y CONFIG_CMD_TFTPPUT=y +CONFIG_CMD_NFS=y CONFIG_CMD_WGET=y CONFIG_CMD_DNS=y CONFIG_CMD_BMP=y