On Mon, 21 Sep 2020 15:05:22 +0200 Pali Rohár <p...@kernel.org> wrote:
> Moreover CONFIG_NET_RANDOM_ETHADDR introduce another issue. In case > there is no valid mac address, U-Boot generates one. But it does not > pass this generates mac address to kernel and therefore kernel generates > another new random mac address. I think it does :) At least on A3720, if the net controller has MAC address set by U-Boot, I think the same one will be used by kernel. Marek