diff mbox

[U-Boot,v2,1/8] x86: galileo: Enable random mac address for Quark

Message ID 1441866030-17231-2-git-send-email-bmeng.cn@gmail.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Bin Meng Sept. 10, 2015, 6:20 a.m. UTC
Not like other Intel Ethernet controllers (e.g.: E1000), Intel Quark
SoC integrated designware Ethernet controller does not have a chipset
defined way to store/restore mac address. Enable random mac address
so that we can use Ethernet even without 'ethaddr'.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 configs/galileo_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Sept. 17, 2015, 6:52 p.m. UTC | #1
On 10 September 2015 at 00:20, Bin Meng <bmeng.cn@gmail.com> wrote:
> Not like other Intel Ethernet controllers (e.g.: E1000), Intel Quark
> SoC integrated designware Ethernet controller does not have a chipset
> defined way to store/restore mac address. Enable random mac address
> so that we can use Ethernet even without 'ethaddr'.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> Acked-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v2: None
>
>  configs/galileo_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied to u-boot-x86, thanks!
diff mbox

Patch

diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index 9623986..d1808a5 100644
--- a/configs/galileo_defconfig
+++ b/configs/galileo_defconfig
@@ -11,6 +11,7 @@  CONFIG_BOOTSTAGE=y
 CONFIG_BOOTSTAGE_REPORT=y
 CONFIG_CMD_BOOTSTAGE=y
 CONFIG_OF_CONTROL=y
+CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_SPI_FLASH=y
 CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y