Not like other x86 chipset, there is no EEPROM for the ethernet
controller on the Intel Quark SoC to retreive the mac address
after power up. With pre-defined mac addresses, U-Boot boots up
and will not show "Error: dwmac.90006000 address not set" message.

Signed-off-by: Bin Meng <bmeng...@gmail.com>
---

 include/configs/galileo.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/galileo.h b/include/configs/galileo.h
index d4d0eb3..961d087 100644
--- a/include/configs/galileo.h
+++ b/include/configs/galileo.h
@@ -62,6 +62,8 @@
 #define CONFIG_DESIGNWARE_ETH
 #define CONFIG_DW_ALTDESCRIPTOR
 #define CONFIG_PHYLIB
+#define CONFIG_ETHADDR         00:02:b3:00:00:00
+#define CONFIG_ETH1ADDR                00:02:b3:00:00:01
 
 /* Environment configuration */
 #define CONFIG_ENV_SECT_SIZE           0x1000
-- 
1.8.2.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to