diff options
author | Simon Guinot <simon.guinot@sequanux.org> | 2011-11-08 11:31:14 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-06 23:59:30 +0100 |
commit | 0bfb66b6d1497046aac9c4d61f4478a403659f5a (patch) | |
tree | 7982cc5558e3d6e3ffe9b6c03db07fccc30e8be7 /include/configs | |
parent | 35e3f6d7693fe11718850511ef729bf692c6260b (diff) | |
download | u-boot-imx-0bfb66b6d1497046aac9c4d61f4478a403659f5a.zip u-boot-imx-0bfb66b6d1497046aac9c4d61f4478a403659f5a.tar.gz u-boot-imx-0bfb66b6d1497046aac9c4d61f4478a403659f5a.tar.bz2 |
netspace_v2: Read Ethernet MAC address from EEPROM
Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/netspace_v2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/netspace_v2.h b/include/configs/netspace_v2.h index bb27ed7..1ddf4b4 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 |