diff options
author | Prasad Kummari <prasad.kummari@amd.com> | 2024-07-11 22:27:35 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2024-08-05 16:10:36 +0200 |
commit | a484d4e3ee299474e5053e32e8518945ff63f8b4 (patch) | |
tree | a7847a6f5f3b77acf5f4e6d9e13b6f223a1dc7e2 /configs | |
parent | 7149d8a0ffb8b3e02edb3e18db1c0cb1607eef94 (diff) | |
download | u-boot-a484d4e3ee299474e5053e32e8518945ff63f8b4.tar.gz u-boot-a484d4e3ee299474e5053e32e8518945ff63f8b4.tar.bz2 u-boot-a484d4e3ee299474e5053e32e8518945ff63f8b4.zip |
amd: Enable the NFS command for Versal Gen 2
Enabled the default utilization of the NFS command on Versal Gen 2
platform to facilitate booting images through the network using
the NFS protocol
Signed-off-by: Prasad Kummari <prasad.kummari@amd.com>
Link: https://lore.kernel.org/r/20240711165734.1561933-1-prasad.kummari@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/amd_versal2_virt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/amd_versal2_virt_defconfig b/configs/amd_versal2_virt_defconfig index 61123871c8..c4bf77186c 100644 --- a/configs/amd_versal2_virt_defconfig +++ b/configs/amd_versal2_virt_defconfig @@ -46,6 +46,7 @@ CONFIG_CMD_USB=y CONFIG_BOOTP_MAY_FAIL=y CONFIG_BOOTP_BOOTFILESIZE=y CONFIG_CMD_TFTPPUT=y +CONFIG_CMD_NFS=y CONFIG_CMD_CACHE=y CONFIG_CMD_EFIDEBUG=y CONFIG_CMD_TIME=y |