[U-Boot] [PATCH 1/1] env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NET

Joe Hershberger joe.hershberger at ni.com
Tue Sep 3 21:19:15 UTC 2019


Hi Heinrich,

On Mon, Sep 2, 2019 at 3:11 AM Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Some environment variables are relevant for networking. For these
> U_BOOT_ENV_CALLBACKs have been defined. When the corresponding environment
> variable is updated the callback updates the state of the network
> sub-system.
>
> In the UEFI subsystem we can use the network even if CONFIG_CMD_NET is not
> defined.
>
> Let the usage of the U_BOOT_ENV_CALLBACKs depend on CONFIG_NET and not on
> CONFIG_CMD_NET.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

Acked-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list