projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a735e6e
)
net: remove duplicate definition of ETHADDR_WILDCARD
author
Simon Goldschmidt
<simon.k.r.goldschmidt@gmail.com>
Thu, 22 Nov 2018 15:58:32 +0000
(16:58 +0100)
committer
Joe Hershberger
<joe.hershberger@ni.com>
Thu, 24 Jan 2019 17:35:28 +0000
(11:35 -0600)
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>
include/env_callback.h
patch
|
blob
|
history
diff --git
a/include/env_callback.h
b/include/env_callback.h
index 3c44ff574b0d4276459629580efed9c525c746e1..507a52e13c9fbcd0b7b9f2d8dad045edf0241333 100644
(file)
--- a/
include/env_callback.h
+++ b/
include/env_callback.h
@@
-32,10
+32,8
@@
#ifdef CONFIG_REGEX
#define ENV_DOT_ESCAPE "\\"
-#define ETHADDR_WILDCARD "\\d?"
#else
#define ENV_DOT_ESCAPE
-#define ETHADDR_WILDCARD
#endif
#ifdef CONFIG_CMD_DNS