mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +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
|
@ -214,7 +214,7 @@ void omap_die_id_usbethaddr(void)
|
|||
mac[4] = die_id[0] & 0xff;
|
||||
mac[5] = (die_id[0] >> 8) & 0xff;
|
||||
|
||||
eth_setenv_enetaddr("usbethaddr", mac);
|
||||
eth_env_set_enetaddr("usbethaddr", mac);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue