commit | 6ffe157aeca88a3c9741998347783991a099c88f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Sep 09 23:20:23 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 16 19:53:52 2015 -0600 |
tree | 7dabc515fe79cdbb6932c31586d7dd9dbcdaa0cd | |
parent | 2afb62305e2a20c7a98b2c19d4902671c45f153c [diff] |
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>