summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Guinot <simon.guinot@sequanux.org>2011-11-08 11:31:14 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-06 23:59:30 +0100
commit0bfb66b6d1497046aac9c4d61f4478a403659f5a (patch)
tree7982cc5558e3d6e3ffe9b6c03db07fccc30e8be7 /include
parent35e3f6d7693fe11718850511ef729bf692c6260b (diff)
downloadblackbird-obmc-uboot-0bfb66b6d1497046aac9c4d61f4478a403659f5a.tar.gz
blackbird-obmc-uboot-0bfb66b6d1497046aac9c4d61f4478a403659f5a.zip
netspace_v2: Read Ethernet MAC address from EEPROM
Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/netspace_v2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/netspace_v2.h b/include/configs/netspace_v2.h
index bb27ed7648..1ddf4b4b6c 100644
--- a/include/configs/netspace_v2.h
+++ b/include/configs/netspace_v2.h
@@ -87,6 +87,7 @@
* Ethernet Driver configuration
*/
#ifdef CONFIG_CMD_NET
+#define CONFIG_MISC_INIT_R /* Call misc_init_r() to initialize MAC address */
#define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */
#define CONFIG_NETCONSOLE
#endif
OpenPOWER on IntegriCloud