Re: [U-Boot] [PATCHv6 16/28] fdt: fixup_eth: Remove code duplication with a function

2017-05-30 Thread Joe Hershberger
On Mon, May 15, 2017 at 3:02 AM, Olliver Schinagl wrote: > In fdt_support.c we use a loop to parse the mac address string from the > fdt blob, net.h has a function for this however, so lets use it. > > Also, rename the variable from tmp to something more descriptive. > > Signed-off-by: Olliver Sch

[U-Boot] [PATCHv6 16/28] fdt: fixup_eth: Remove code duplication with a function

2017-05-15 Thread Olliver Schinagl
In fdt_support.c we use a loop to parse the mac address string from the fdt blob, net.h has a function for this however, so lets use it. Also, rename the variable from tmp to something more descriptive. Signed-off-by: Olliver Schinagl --- common/fdt_support.c | 15 +-- 1 file change