diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-10 12:01:02 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-28 11:43:39 -0400 |
commit | de8203653f80eb77dc446dd3c67de2269ed03516 (patch) | |
tree | 3bb7486db5d2a2c863d4c11b08f5c7145545d903 /include | |
parent | 08546df976b79b1694af3ff12b26baf2931f371a (diff) | |
download | u-boot-de8203653f80eb77dc446dd3c67de2269ed03516.tar.gz |
ti816x: Enable ethernet support
The ti816x SoC revision of the ethernet IP block is handled by the
"davinci_emac" driver, rather than the "cpsw" driver as done by later
members of the family. Enable the relevant plumbing.
Signed-off-by: Sriramakrishnan <srk@ti.com>
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ti816x_evm.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/ti816x_evm.h b/include/configs/ti816x_evm.h index defcad4518..4a81b1daf8 100644 --- a/include/configs/ti816x_evm.h +++ b/include/configs/ti816x_evm.h @@ -123,6 +123,15 @@ #define CONFIG_SYS_TEXT_BASE 0x80800000 +#define CONFIG_DRIVER_TI_EMAC +#define CONFIG_MII +#define CONFIG_BOOTP_DNS +#define CONFIG_BOOTP_DNS2 +#define CONFIG_BOOTP_SEND_HOSTNAME +#define CONFIG_BOOTP_GATEWAY +#define CONFIG_BOOTP_SUBNETMASK +#define CONFIG_NET_RETRY_COUNT 10 + /* Since SPL did pll and ddr initialization for us, * we don't need to do it twice. */ |