diff options
| author | Tom Rini <[email protected]> | 2025-02-26 14:32:16 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-26 14:32:16 -0600 |
| commit | 05647bdf55f94decea8f2db467347a924e783861 (patch) | |
| tree | c8f1ea93f4e74592323c8fa1755c982c317106b9 /common/board_r.c | |
| parent | 8dd7186ca7821446c6f46b6cccefab502912f2e0 (diff) | |
| parent | 4e6fed49becc7e8d9639966fd34695583192a3ee (diff) | |
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh into next
bbmiiphy clean up and DM alignment, finally gets rid of the static
bbmiiphy variables and plugs bbmiiphy into MDIO framework.
Diffstat (limited to 'common/board_r.c')
| -rw-r--r-- | common/board_r.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/board_r.c b/common/board_r.c index 179259b00de..db0c5cb8032 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -749,9 +749,6 @@ static init_fnc_t init_sequence_r[] = { #ifdef CONFIG_BOARD_LATE_INIT board_late_init, #endif -#ifdef CONFIG_BITBANGMII - bb_miiphy_init, -#endif #ifdef CONFIG_PCI_ENDPOINT pci_ep_init, #endif |
