mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
Rename this function for consistency with env_set(). Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
018f530323
commit
fd1e959e91
58 changed files with 83 additions and 83 deletions
|
@ -93,7 +93,7 @@ int misc_init_r(void)
|
|||
|
||||
/* Set ethernet address from EEPROM. */
|
||||
if (!getenv("ethaddr") && is_valid_ethaddr(&data[0x62]))
|
||||
eth_setenv_enetaddr("ethaddr", &data[0x62]);
|
||||
eth_env_set_enetaddr("ethaddr", &data[0x62]);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue