From: Bin Meng Date: Thu, 10 Sep 2015 06:20:23 +0000 (-0700) Subject: x86: galileo: Enable random mac address for Quark X-Git-Tag: v2015.10-rc4~25^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6ffe157aeca88a3c9741998347783991a099c88f;p=oweals%2Fu-boot.git x86: galileo: Enable random mac address for Quark 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 Acked-by: Simon Glass --- diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 9623986f29..d1808a5633 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