diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-09 13:48:22 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-09 13:48:22 -0500 |
commit | ac1ca99926606faf5e2d37771680ed97d66ee5ab (patch) | |
tree | fee2ab721b2a27800726b8a4d3528bfdf1d5dba6 /board/renesas/sh7753evb | |
parent | 0c5c3f293554614416a188d16a8c05e0a6c5bfbb (diff) | |
parent | 2c4e067d493d031d1267eea1c635d1eab93ce8f7 (diff) |
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net
Diffstat (limited to 'board/renesas/sh7753evb')
-rw-r--r-- | board/renesas/sh7753evb/sh7753evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/sh7753evb/sh7753evb.c b/board/renesas/sh7753evb/sh7753evb.c index 43e13829f3..0b118b2f65 100644 --- a/board/renesas/sh7753evb/sh7753evb.c +++ b/board/renesas/sh7753evb/sh7753evb.c @@ -101,7 +101,7 @@ static void set_mac_to_sh_giga_eth_register(int channel, char *mac_string) unsigned char mac[6]; unsigned long val; - eth_parse_enetaddr(mac_string, mac); + string_to_enetaddr(mac_string, mac); if (!channel) ether = GETHER0_MAC_BASE; |