X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ftsec.h;h=e90095121bdd40f85b01615ac946cc6fc98ef7b6;hb=f457c52eb8bc0287288edd56670c075a4ecb6b38;hp=88ce964fd910526d30049c3876fd5efdfdd8c5c1;hpb=9a1d6af55ecd73938d49076422e87da9f87fc68f;p=oweals%2Fu-boot.git diff --git a/include/tsec.h b/include/tsec.h index 88ce964fd9..e90095121b 100644 --- a/include/tsec.h +++ b/include/tsec.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * tsec.h * @@ -7,8 +8,6 @@ * (C) Copyright 2003, Motorola, Inc. * maintained by Xianghua Xiao (x.xiao@motorola.com) * author Andy Fleming - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __TSEC_H @@ -20,7 +19,7 @@ #ifndef CONFIG_DM_ETH -#ifdef CONFIG_LS102XA +#ifdef CONFIG_ARCH_LS1021A #define TSEC_SIZE 0x40000 #define TSEC_MDIO_OFFSET 0x40000 #else @@ -402,6 +401,7 @@ struct tsec_private { phy_interface_t interface; struct mii_dev *bus; uint phyaddr; + uint tbiaddr; char mii_devname[16]; u32 flags; uint rx_idx; /* index of the current RX buffer */