Re: [U-Boot] [PATCH v3 1/2] mx6: soc: Add ENET2 mac address support

2016-02-02 Thread Stefano Babic
Hi Ye, On 01/02/2016 03:41, Ye Li wrote: > The i.MX6SX and i.MX6UL has two ENET controllers, add support for reading > MAC address from fuse for ENET2. > > Signed-off-by: Ye Li > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

[U-Boot] [PATCH v3 1/2] mx6: soc: Add ENET2 mac address support

2016-01-31 Thread Ye Li
The i.MX6SX and i.MX6UL has two ENET controllers, add support for reading MAC address from fuse for ENET2. Signed-off-by: Ye Li --- Changes for v3: - Modify dev_id check expression according to Fabio's comment. Changes for v2: - Add second MAC address to README.imx6. - Ren