[PATCH v2 6/6] configs: qemu_arm64_lwip_defconfig: enable CMD_NFS

Andrew Goodbody andrew.goodbody at linaro.org
Fri Dec 12 12:32:29 CET 2025


Enable NFS command so that it gets built by CI and can be tested more
easily.

Signed-off-by: Andrew Goodbody <andrew.goodbody at linaro.org>
---
 configs/qemu_arm64_lwip_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig
index e8f976efaf7a1b2e3804a012a235f42f1c05d40c..a974970c3d32bc34eadead34976392349bbf9e33 100644
--- a/configs/qemu_arm64_lwip_defconfig
+++ b/configs/qemu_arm64_lwip_defconfig
@@ -5,6 +5,7 @@ CONFIG_ARCH_QEMU=y
 
 CONFIG_NET_LWIP=y
 CONFIG_CMD_DNS=y
+CONFIG_CMD_NFS=y
 CONFIG_CMD_SNTP=y
 CONFIG_CMD_WGET=y
 CONFIG_EFI_HTTP_BOOT=y

-- 
2.47.3



More information about the U-Boot mailing list