[PATCH] env: Fix network support when CONFIG_NET_LWIP is set

Jerome Forissier jerome.forissier at linaro.org
Mon May 19 10:52:52 CEST 2025


On 5/17/25 21:09, Benjamin ROBIN wrote:
> When lwIP (CONFIG_NET_LWIP) is used instead of legacy stack (CONFIG_NET),
> environment flags support associated with network was not built: restore
> support of "i" and "m" environment flags.
> 
> Signed-off-by: Benjamin ROBIN <dev at benjarobin.fr>
> ---
>  env/flags.c            | 10 +++++-----
>  include/env_callback.h |  2 +-
>  include/env_flags.h    |  6 +++---
>  3 files changed, 9 insertions(+), 9 deletions(-)

Acked-by: Jerome Forissier <jerome.forissier at linaro.org>

Thanks,
-- 
Jerome


More information about the U-Boot mailing list