mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00

QEMU already has an lwip variant of a defconfig. That defconfig is also configured with mbedTLS by default. So let's enable the remaining config options to enable wget for https:// as well and test that codepath in the CI Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
10 lines
170 B
Text
10 lines
170 B
Text
#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
|
|
CONFIG_WGET_HTTPS=y
|