Check that the common network stack's env vars conform to the proper format for IP addresses.
Signed-off-by: Joe Hershberger <joe.hershber...@ni.com> Reviewed-by: Simon Glass <s...@chromium.org> --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None include/env_flags.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/include/env_flags.h b/include/env_flags.h index fc6d0d8..2d2de88 100644 --- a/include/env_flags.h +++ b/include/env_flags.h @@ -52,8 +52,17 @@ enum env_flags_varaccess { #define ETHADDR_FLAGS "eth" ETHADDR_WILDCARD "addr:mo," #endif #endif +#define NET_FLAGS \ + "ipaddr:i," \ + "gatewayip:i," \ + "netmask:i," \ + "serverip:i," \ + "nvlan:i," \ + "vlan:i," \ + "dnsip:i," #else -#define ETHADDR_FLAGS "" +#define ETHADDR_FLAGS +#define NET_FLAGS #endif #ifndef CONFIG_ENV_OVERWRITE @@ -64,6 +73,7 @@ enum env_flags_varaccess { #define ENV_FLAGS_LIST_STATIC \ ETHADDR_FLAGS \ + NET_FLAGS \ SERIAL_FLAGS \ CONFIG_ENV_FLAGS_LIST_STATIC -- 1.7.11.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot