]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: starfive: Add visionfive2 CONFIG_DNS enabled
authorE Shattow <e@freeshell.de>
Mon, 1 Sep 2025 11:27:40 +0000 (04:27 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 9 Sep 2025 14:11:07 +0000 (08:11 -0600)
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 <e@freeshell.de>
configs/starfive_visionfive2_defconfig

index 544140c03f7c92e7d51e631f02548591d733db81..bd1aacbad6a49b483c55080f069a9c0d7fba2525 100644 (file)
@@ -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