summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2014-09-26 20:51:39 -0600
committerMarek Vasut <marex@denx.de>2014-10-22 22:02:08 +0200
commit4f80a06df3c174773b6fc4379f50562bf8db5a62 (patch)
tree308a62d95fe32d4828ebeb7a5fd80738afe864fa /include
parent72d5702c44ed43cf36491059f00a7b1819341610 (diff)
downloadblackbird-obmc-uboot-4f80a06df3c174773b6fc4379f50562bf8db5a62.tar.gz
blackbird-obmc-uboot-4f80a06df3c174773b6fc4379f50562bf8db5a62.zip
ARM: rpi_b: query internal MAC address from firmware
The built-in SMSC 95xx chip doesn't know its own MAC address. Instead, we must query it from the VC firmware; it's probably encoded in fuses on the BCM2835. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/rpi_b.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h
index 9a53232680..3c3ba9a0b7 100644
--- a/include/configs/rpi_b.h
+++ b/include/configs/rpi_b.h
@@ -182,6 +182,7 @@
#define CONFIG_USB_STORAGE
#define CONFIG_USB_HOST_ETHER
#define CONFIG_USB_ETHER_SMSC95XX
+#define CONFIG_MISC_INIT_R
#endif
#endif
OpenPOWER on IntegriCloud