From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Tue, 30 May 2017 16:14:11 -0500 Subject: [U-Boot] [PATCHv6 16/28] fdt: fixup_eth: Remove code duplication with a function In-Reply-To: <20170515080244.21345-17-oliver@schinagl.nl> References: <20170515080244.21345-1-oliver@schinagl.nl> <20170515080244.21345-17-oliver@schinagl.nl> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Schinagl Acked-by: Joe Hershberger