All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] configs: starfive: Add visionfive2 CONFIG_DNS enabled
@ 2025-09-01 11:27 E Shattow
  2025-09-09 14:13 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: E Shattow @ 2025-09-01 11:27 UTC (permalink / raw)
  To: Minda Chen, Hal Feng, Tom Rini; +Cc: u-boot, E Shattow

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 | 1 +
 1 file changed, 1 insertion(+)

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

base-commit: e4c8b32d03d7ecffd586b7d33336603ad639d7c0
-- 
2.50.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-09 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-01 11:27 [PATCH v1] configs: starfive: Add visionfive2 CONFIG_DNS enabled E Shattow
2025-09-09 14:13 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.