aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-08-13 12:34:55 -0400
committerTom Rini <trini@konsulko.com>2018-08-13 12:34:55 -0400
commitb8a1f47be3ab050090cd8625e580cf3c63e3ff53 (patch)
treef4ed93eeb2de63040779de54bc4e91fefdcc2a31 /include
parent8fee226da36f799e69041b2ab381064693199c7f (diff)
parent9add5a4b75a01cc5f69b9d5f6b30443f2088d7d8 (diff)
downloadu-boot-b8a1f47be3ab050090cd8625e580cf3c63e3ff53.zip
u-boot-b8a1f47be3ab050090cd8625e580cf3c63e3ff53.tar.gz
u-boot-b8a1f47be3ab050090cd8625e580cf3c63e3ff53.tar.bz2
Merge git://git.denx.de/u-boot-fsl-qoriq
Diffstat (limited to 'include')
-rw-r--r--include/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net.h b/include/net.h
index 62f82c4..2b2deb5 100644
--- a/include/net.h
+++ b/include/net.h
@@ -164,7 +164,7 @@ void eth_halt_state_only(void); /* Set passive state */
#ifndef CONFIG_DM_ETH
struct eth_device {
-#define ETH_NAME_LEN 16
+#define ETH_NAME_LEN 20
char name[ETH_NAME_LEN];
unsigned char enetaddr[ARP_HLEN];
phys_addr_t iobase;