summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2014-02-18 07:31:55 -0500
committerTom Rini <trini@ti.com>2014-03-04 09:42:06 -0500
commita35ad51efe363abdc72473b32aea2c1bb271995f (patch)
treeffa09039574c8d49ae48f1780bb296f28d831b61 /include
parent4cdd7fda913df76e1267827b71d451e1c07af441 (diff)
downloadtalos-obmc-uboot-a35ad51efe363abdc72473b32aea2c1bb271995f.tar.gz
talos-obmc-uboot-a35ad51efe363abdc72473b32aea2c1bb271995f.zip
ARM: AM335x: add support for reading cpsw 2nd mac address from efuse
Adding support for reading cpsw 2nd mac address from efuse and pass it to kernel via dtb which will be used in dual emac mode of cpsw. Also adding mii command support to am335x common config. Acked-by: Tom Rini <trini@ti.com> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ti_am335x_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h
index 7e9ca01cd5..50c32037ff 100644
--- a/include/configs/ti_am335x_common.h
+++ b/include/configs/ti_am335x_common.h
@@ -30,6 +30,7 @@
/* Network defines. */
#define CONFIG_CMD_NET /* 'bootp' and 'tftp' */
#define CONFIG_CMD_DHCP
+#define CONFIG_CMD_MII
#define CONFIG_BOOTP_DNS /* Configurable parts of CMD_DHCP */
#define CONFIG_BOOTP_DNS2
#define CONFIG_BOOTP_SEND_HOSTNAME
OpenPOWER on IntegriCloud