From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Mon, 21 Sep 2020 15:21:44 +0200 Subject: [PATCH] defconfig: espressobin: enable NET_RANDOM_ETHADDR In-Reply-To: <20200921130522.ppypg7rfw32lekck@pali> References: <20200908063500.480897-1-a.heider@gmail.com> <20200908074259.63fai53pej72epm4@pali> <20200908125256.GH7259@bill-the-cat> <20200908223831.qzqzyqrdvybri6z5@pali> <20200911135505.4e902304@dellmb.labs.office.nic.cz> <1da8d6e3-dc10-2aa2-ce4f-26edf25bd74d@gmail.com> <20200911182204.56faff52@dellmb.labs.office.nic.cz> <20200921130522.ppypg7rfw32lekck@pali> Message-ID: <20200921152144.246a59d9@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 21 Sep 2020 15:05:22 +0200 Pali Roh?r 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