mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-01 04:28:36 +00:00
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 <jerome.forissier@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
95744d2527
commit
c8d19c53b6
9
configs/qemu_arm64_lwip_defconfig
Normal file
9
configs/qemu_arm64_lwip_defconfig
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#include <configs/qemu_arm64_defconfig>
|
||||||
|
|
||||||
|
CONFIG_ARM=y
|
||||||
|
CONFIG_ARCH_QEMU=y
|
||||||
|
|
||||||
|
CONFIG_NET_LWIP=y
|
||||||
|
CONFIG_CMD_DNS=y
|
||||||
|
CONFIG_CMD_WGET=y
|
||||||
|
CONFIG_EFI_HTTP_BOOT=y
|
||||||
Loading…
x
Reference in New Issue
Block a user