summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2013-11-08 11:18:52 +0000
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2013-11-09 17:21:01 +0100
commite0878af8cdfd2178b3a1e3a3448dc75f4cf1b34c (patch)
tree06d5641e62a2d9806694a59e143e566eee434a4a /include
parente0ada6319bb3eb8bc1f97c00f05508ac0cfffc34 (diff)
downloadblackbird-obmc-uboot-e0878af8cdfd2178b3a1e3a3448dc75f4cf1b34c.tar.gz
blackbird-obmc-uboot-e0878af8cdfd2178b3a1e3a3448dc75f4cf1b34c.zip
malta: enable CONFIG_PCNET_79C973, PCNET_HAS_PROM, CONFIG_CMD_DHCP
This model of the pcnet is used in current Malta boards, at least in the Malta-R rev 3. Enable support for it. The Malta also has the ethernet controller PROM containing its MAC address, so enable support for that in order to read that MAC address. DHCP is a very useful feature to have available for many networks, enable support for it also. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/malta.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h
index 5e322f6ba6..6132ab8652 100644
--- a/include/configs/malta.h
+++ b/include/configs/malta.h
@@ -20,6 +20,8 @@
#define CONFIG_PCI_MSC01
#define CONFIG_PCI_PNP
#define CONFIG_PCNET
+#define CONFIG_PCNET_79C973
+#define PCNET_HAS_PROM
/*
* CPU Configuration
@@ -107,6 +109,7 @@
#undef CONFIG_CMD_LOADS
#undef CONFIG_CMD_NFS
+#define CONFIG_CMD_DHCP
#define CONFIG_CMD_PCI
#define CONFIG_CMD_PING
OpenPOWER on IntegriCloud