Re: [U-Boot] [PATCH 10/14] fdt: fixup_eth: Remove code duplication with a function

2016-11-30 Thread Joe Hershberger
On Fri, Nov 25, 2016 at 9:30 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] [PATCH 10/14] fdt: fixup_eth: Remove code duplication with a function

2016-11-25 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