mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 21:06:01 +01:00
eth: make eth_address_set static
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
45f08d359f
commit
783a91fdbb
@ -153,7 +153,7 @@ static void eth_current_changed(void)
|
|||||||
setenv("ethact", NULL);
|
setenv("ethact", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
int eth_address_set(unsigned char *addr)
|
static int eth_address_set(unsigned char *addr)
|
||||||
{
|
{
|
||||||
return memcmp(addr, "\0\0\0\0\0\0", 6);
|
return memcmp(addr, "\0\0\0\0\0\0", 6);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user