Add support for reading/storing MAC address in env variable
authorPiotr Dymacz <pepe2k@gmail.com>
Thu, 1 Sep 2016 21:21:53 +0000 (23:21 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Thu, 1 Sep 2016 21:21:53 +0000 (23:21 +0200)
commite7da9fdc996e433a9c9168a1baad0906f21c22d8
treeb819013fdc2268db9ddae2f537996b804c9064f2
parent41c4b5cb6e6702470eb3062d7efe80973f8c57b6
Add support for reading/storing MAC address in env variable

Use ethaddr variable for MAC address. If variable is not set,
try to get MAC from defined FLASH offset or if it's not there,
use fake/static one. Also, set ethaddr with MAC address from
FLASH.

If ethaddr variable is set (ex. user saved it in writable env
or defined during build), set MAC address based on its value.
u-boot/board/ar7240/common/common.c
u-boot/lib_mips/board.c