commit | 48889917f7f0f950d502d65adbcee3915fc4d7ac | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Fri Sep 08 17:01:17 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 13 09:24:26 2017 -0400 |
tree | 3599e032898b05c6fa77d7df54c0ae86596e71b7 | |
parent | 6b1c16563e83ff27ba9259ab2c54180decae91f4 [diff] |
davinci: da850evm: Make EEPROM MAC code configurable There was a check for CONFIG_MAC_ADDR_IN_EEPROM and a check for CONFIG_MAC_ADDR_IN_SPIFLASH, however some of the EEPROM related code wasn't encapsulated inside the #if defined statement so the EEPROM code could get executed even when it wasn't explicitly enabled or wanted. Signed-off-by: Adam Ford <aford173@gmail.com>