mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 20:58:22 +00:00
net: remove duplicate definition of ETHADDR_WILDCARD
ETHADDR_WILDCARD is defined as the same value in both env_flags.h and env_callback.h As env_callback.h includes env_flags.h, remove the duplicate definition from env_callback.h Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
a735e6e9d6
commit
6880efdf5a
1 changed files with 0 additions and 2 deletions
|
@ -32,10 +32,8 @@
|
||||||
|
|
||||||
#ifdef CONFIG_REGEX
|
#ifdef CONFIG_REGEX
|
||||||
#define ENV_DOT_ESCAPE "\\"
|
#define ENV_DOT_ESCAPE "\\"
|
||||||
#define ETHADDR_WILDCARD "\\d?"
|
|
||||||
#else
|
#else
|
||||||
#define ENV_DOT_ESCAPE
|
#define ENV_DOT_ESCAPE
|
||||||
#define ETHADDR_WILDCARD
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_CMD_DNS
|
#ifdef CONFIG_CMD_DNS
|
||||||
|
|
Loading…
Add table
Reference in a new issue