]> git.baikalelectronics.ru Git - uboot.git/commit
net: remove duplicate definition of ETHADDR_WILDCARD
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Thu, 22 Nov 2018 15:58:32 +0000 (16:58 +0100)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 24 Jan 2019 17:35:28 +0000 (11:35 -0600)
commita67e18db0bf59f920847bca43f0104698a2aa929
tree5c4f466fd1cb6ba16035b74fb848b7b598463e3b
parent860df2be6a95dac93f7c6d12c0d3926ec2bcbaef
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>
include/env_callback.h