commit | 92667e89fc5906531a7a1ff247e1ffec61b55b13 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Fri Mar 18 13:18:12 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Mar 27 09:12:27 2016 -0400 |
tree | 7f8ed4dd50565e74595c9faf8a402cd6f6fdfd8c | |
parent | 5350bc8f65a96d7f3c2519ae2d76cafea875103a [diff] |
board: ti: am57xx: Set ethernet MAC addresses from EEPROM to env The MAC addresses for the PRU Ethernet ports will be available in the board EEPROM as an address range. Populate those MAC addresses (if valid) into the u-boot environment so that they can be passed on to the device tree during fdt_fixup_ethernet(). Signed-off-by: Roger Quadros <rogerq@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>