]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
xilinx: Enable the NFS command by default
authorTejas Bhumkar <tejas.arvind.bhumkar@amd.com>
Thu, 4 Jan 2024 04:52:17 +0000 (10:22 +0530)
committerMichal Simek <michal.simek@amd.com>
Tue, 9 Jan 2024 13:51:04 +0000 (14:51 +0100)
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>
configs/xilinx_versal_net_virt_defconfig
configs/xilinx_versal_virt_defconfig
configs/xilinx_zynq_virt_defconfig
configs/xilinx_zynqmp_virt_defconfig

index 1f7d4e8962e64c4f359ece888d55b7b1ebe1a79d..371d14eb89b73085e36158c89e89272e0eeaa3cd 100644 (file)
@@ -45,6 +45,7 @@ CONFIG_CMD_USB=y
 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
index d4df9535a0edd816fd7fdd12d07d5aed8e5714f9..5f76a305ab32bba136132f3d6b4c41870ca84d26 100644 (file)
@@ -47,6 +47,7 @@ CONFIG_CMD_USB=y
 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
index 36c59aeea8957f442695c71d07f11fcd64565e76..2a99cdb03cf396eb08b4fd93bdf460edcb9d0884 100644 (file)
@@ -70,6 +70,7 @@ CONFIG_CMD_SF_TEST=y
 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
index 0e1fe78c8e14a416786f76174c6c501328351eb0..8ac37ccdafd148dce134775809543fa2a1dea8fe 100644 (file)
@@ -82,6 +82,7 @@ CONFIG_CMD_USB_MASS_STORAGE=y
 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