From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 30 Oct 2015 09:16:20 -0700 Subject: [U-Boot] [PATCH 1/2][v3] driver: net: ldpaa_eth: Set MAC address during interface open In-Reply-To: <1444215598-12934-1-git-send-email-prabhakar@freescale.com> References: <1444215598-12934-1-git-send-email-prabhakar@freescale.com> Message-ID: <563397D4.30908@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/07/2015 03:59 AM, Prabhakar Kushwaha wrote: > Currently ldpaa ethernet driver rely on DPL file to statically configure > mac address for the DPNIs. It is not a correct approach. > > Add support setting MAC address from env variable or Random MAC address. > > Signed-off-by: Prabhakar Kushwaha > --- > Changs for v2: Sending as it is > Changs for v3: Sending as it is > Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks. York