mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ static void eth_current_changed(void)
|
|||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue