Re: [PATCH] common/board_r.c: drop legacy and unused bi_enetaddr

2022-06-07 Thread Tom Rini
On Fri, May 20, 2022 at 01:19:08PM +0200, Rasmus Villemoes wrote: > 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 envir

Re: [PATCH] common/board_r.c: drop legacy and unused bi_enetaddr

2022-05-20 Thread Tom Rini
On Fri, May 20, 2022 at 01:19:08PM +0200, Rasmus Villemoes wrote: > 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 envir

[PATCH] common/board_r.c: drop legacy and unused bi_enetaddr

2022-05-20 Thread Rasmus Villemoes
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