From: Jerome Forissier Date: Wed, 16 Oct 2024 10:04:11 +0000 (+0200) Subject: configs: add qemu_arm64_lwip_defconfig X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=c8d19c53b6be41e323265dff1b28e59a5cb81264;p=u-boot.git configs: add qemu_arm64_lwip_defconfig Add qemu_arm64_lwip_defconfig which #include's qemu_arm64_defconfig and selects NET_LWIP instead of NET. This config has all the supported net commands enabled. Signed-off-by: Jerome Forissier Reviewed-by: Ilias Apalodimas --- diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig new file mode 100644 index 0000000000..d3d8ef16e6 --- /dev/null +++ b/configs/qemu_arm64_lwip_defconfig @@ -0,0 +1,9 @@ +#include + +CONFIG_ARM=y +CONFIG_ARCH_QEMU=y + +CONFIG_NET_LWIP=y +CONFIG_CMD_DNS=y +CONFIG_CMD_WGET=y +CONFIG_EFI_HTTP_BOOT=y