Re: [U-Boot] [RFC PATCH] arm: zynq: read mac address from SPI flash memory

2018-08-15 Thread Luis Araneda
Hi, On Tue, Aug 14, 2018 at 11:07 AM Michal Simek wrote: > On 14.8.2018 06:55, Luis Araneda wrote: > > Implement a method for reading the MAC address from an > > SPI flash memory. > > In particular, this method is used by the Zybo Z7 board > > to read the MAC address from the OTP region in the SP

Re: [U-Boot] [RFC PATCH] arm: zynq: read mac address from SPI flash memory

2018-08-14 Thread Michal Simek
Hi Luis, +Jagan, On 14.8.2018 06:55, Luis Araneda wrote: > Implement a method for reading the MAC address from an > SPI flash memory. > In particular, this method is used by the Zybo Z7 board > to read the MAC address from the OTP region in the SPI NOR > memory > > Signed-off-by: Luis Araneda >