diff options
author | Tom Rini <trini@konsulko.com> | 2024-11-26 10:49:44 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-11-26 10:49:44 -0600 |
commit | ff7bf50b30eb2749023620616d53a28c2b6246ff (patch) | |
tree | 178241108efef072c015026d56534426505baa1d /include/netdev.h | |
parent | 48380f9b2a12e3fc6339d6af5a154bded769d911 (diff) | |
parent | a488d9f26e37bcb5776bc8a2dadb708f1ac9cfdc (diff) |
Merge tag 'u-boot-imx-next-20241126' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23563
- Make Siemens i.MX8 Capricorn board to boot U-Boot mainline again.
- Add support for phycore-imx93 2GB LPDDR4X variant.
- Add phycore-imx8mm EEPROM detection initialisation.
Diffstat (limited to 'include/netdev.h')
-rw-r--r-- | include/netdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netdev.h b/include/netdev.h index 2a06d9a261b..949245ecdec 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -117,7 +117,7 @@ static inline int pci_eth_init(struct bd_info *bis) return num; } -struct mii_dev *fec_get_miibus(ulong base_addr, int dev_id); +struct mii_dev *fec_get_miibus(struct udevice *dev, ulong base_addr, int dev_id); #ifdef CONFIG_PHYLIB struct phy_device; |