summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-09-09 23:20:23 -0700
committerSimon Glass <sjg@chromium.org>2015-09-16 19:53:52 -0600
commit6ffe157aeca88a3c9741998347783991a099c88f (patch)
tree7dabc515fe79cdbb6932c31586d7dd9dbcdaa0cd
parent2afb62305e2a20c7a98b2c19d4902671c45f153c (diff)
downloadtalos-obmc-uboot-6ffe157aeca88a3c9741998347783991a099c88f.tar.gz
talos-obmc-uboot-6ffe157aeca88a3c9741998347783991a099c88f.zip
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 <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r--configs/galileo_defconfig1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud