diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-09-02 10:10:34 +0200 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2019-09-04 11:37:19 -0500 |
commit | cccc05ee3b9f575b567437d4146af0dee40c68ba (patch) | |
tree | fcc4f6c6dea33d4d17f7ffd10a56b30f979e10d9 /net/nfs.c | |
parent | 5d14ee4e53a81055d34ba280cb8fd90330f22a96 (diff) | |
download | u-boot-cccc05ee3b9f575b567437d4146af0dee40c68ba.tar.gz |
env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NET
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@gmx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'net/nfs.c')
0 files changed, 0 insertions, 0 deletions