arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via Kconfig
[platform/kernel/u-boot.git] / include / net.h
index 62f82c4..2b2deb5 100644 (file)
@@ -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;