Re: [U-Boot] [PATCH 1/3] common: Fix-up MAC addr in dts by fetching env variable serially

2017-11-22 Thread York Sun
On 11/22/2017 03:52 AM, Prabhakar Kushwaha wrote: > >> -Original Message- >> From: York Sun >> Sent: Tuesday, November 21, 2017 10:52 PM >> To: Prabhakar Kushwaha ; u- >> b...@lists.denx.de >> Subject: Re: [PATCH 1/3] common: Fix-up MAC addr in dts by fetching

Re: [U-Boot] [PATCH 1/3] common: Fix-up MAC addr in dts by fetching env variable serially

2017-11-22 Thread Prabhakar Kushwaha
> -Original Message- > From: York Sun > Sent: Tuesday, November 21, 2017 10:52 PM > To: Prabhakar Kushwaha ; u- > b...@lists.denx.de > Subject: Re: [PATCH 1/3] common: Fix-up MAC addr in dts by fetching env > variable serially > > On 11/21/2017 08:26 AM,

Re: [U-Boot] [PATCH 1/3] common: Fix-up MAC addr in dts by fetching env variable serially

2017-11-21 Thread York Sun
On 11/21/2017 08:26 AM, Prabhakar Kushwaha wrote: > Current implementation of MAC address fix-up of device tree uses > tailing number behind "ethernet" found in "/aliases". It is not > necessary for trailing number of “ethernet” to be sequential. There > can be hole in between or any node

[U-Boot] [PATCH 1/3] common: Fix-up MAC addr in dts by fetching env variable serially

2017-11-21 Thread Prabhakar Kushwaha
Current implementation of MAC address fix-up of device tree uses tailing number behind "ethernet" found in "/aliases". It is not necessary for trailing number of “ethernet” to be sequential. There can be hole in between or any node disabled. So provide support device tree fix-up of “ethernent”