Rasmus Villemoes e5e04eaa2f common/board_r.c: drop legacy and unused bi_enetaddr
The bi_enetaddr field in struct bd_info is write-only; nothing ever
reads back the value.

Moreover, the value we write is more or less random, and certainly not
something one can rely on: If the board has a writable environment and
the mac address has been stored there, we fetch that value. But if the
board doesn't, this code runs before initr_net() -> eth_initialize(),
and thus before the code in eth-uclass which fetches MAC addresses
from eeprom, fuses or whatnot and populates the (run-time) environment
with those values.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Tom Rini <trini@konsulko.com>
2022-06-06 18:01:21 -04:00
..
2021-10-31 12:26:44 -06:00
2022-04-25 16:04:05 -04:00
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2022-01-21 14:01:35 -05:00
2022-01-19 18:11:34 +01:00
2022-03-28 20:30:33 +02:00
2022-03-10 08:28:36 -05:00
2022-05-02 09:58:13 -04:00
2021-04-12 17:44:55 -04:00
2021-04-20 07:31:12 -04:00
2022-01-21 14:01:35 -05:00