On 9/1/25 00:32, Jerome Forissier wrote:
> Hi Tom,
>
> On 8/27/25 16:55, Tom Rini wrote:
>> On Fri, Jul 18, 2025 at 12:48:48PM +0200, Jerome Forissier wrote:
>>
>>> Introduce the DNS Kconfig symbol so that various network commands may
>>> use host names without the dns command (CMD_DNS) being selected.
>>>
>>> Signed-off-by: Jerome Forissier <jerome.foriss...@linaro.org>
>>> CC: E Shattow <e...@freeshell.de>
>>
>> After talking with E Shattow on IRC, lets take this now for master to
>> fix the regression
>
> That patch was in my pull request net-20250818 [1] which you merged
> into master the same day.
>
> [1] https://lists.denx.de/pipermail/u-boot/2025-August/596830.html
>
>> and in the next branch move forward with more
>> aggressive renaming / correcting of Kconfig symbol names (and introduce
>> as needed new splits between library functionality and cmd
>> functionality, which in turn might also mean needing to move some
>> argument validation out of cmd and in to library code). Thanks!
>
> Sounds good.
>
> Thanks,
Acknowledged. I failed to notice this was merged, sorry for the noise.
I have sent a patch to enable this new symbol in the board config I am
concerned with. [1]
1: https://lore.kernel.org/u-boot/20250901112748.676541-...@freeshell.de
-E