From: E Shattow Date: Mon, 1 Sep 2025 11:27:40 +0000 (-0700) Subject: configs: starfive: Add visionfive2 CONFIG_DNS enabled X-Git-Tag: v2025.10-rc5~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a7882de8c859467ce931ed23761db1e391aeaff;p=thirdparty%2Fu-boot.git configs: starfive: Add visionfive2 CONFIG_DNS enabled Enable CONFIG_DNS for visionfive2 board target. With CONFIG_PROT_DNS_LWIP enabled and CONFIG_CMD_DNS disabled this restores DNS functionality displaced by LwIP DNS refactoring during the merge window. Signed-off-by: E Shattow --- diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig index 544140c03f7..bd1aacbad6a 100644 --- a/configs/starfive_visionfive2_defconfig +++ b/configs/starfive_visionfive2_defconfig @@ -85,6 +85,7 @@ CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_ENV_SECT_SIZE_AUTO=y CONFIG_ENV_RELOC_GD_ENV_ADDR=y CONFIG_NET_LWIP=y +CONFIG_DNS=y CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_REGMAP=y CONFIG_SYSCON=y