From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 23 Mar 2015 10:03:44 -0600 Subject: [U-Boot] [PATCH v7 03/27] net: Provide a function to get the current MAC address In-Reply-To: <1427062165-17838-4-git-send-email-joe.hershberger@ni.com> References: <1426117465-16072-1-git-send-email-joe.hershberger@ni.com> <1427062165-17838-1-git-send-email-joe.hershberger@ni.com> <1427062165-17838-4-git-send-email-joe.hershberger@ni.com> 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 22 March 2015 at 16:09, Joe Hershberger wrote: > The current implementation exposes the eth_device struct to code that > needs to access the MAC address. Add a wrapper function for this to > abstract away the pointer for this operation. > > Signed-off-by: Joe Hershberger > Reviewed-by: Simon Glass > --- > > Changes in v7: None Applied to u-boot-dm/next, thanks!