board: freescale: ls2080aqds: remove code under !CONFIG_DM_ETH

Now that DM_ETH is enabled by default, there is no point in keeping the
non-DM_ETH code which initialized the ethernet interfaces.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Ioana Ciornei 2023-02-15 17:31:18 +02:00 committed by Peng Fan
parent c45e8fe3bf
commit 6bd026d7f7
2 changed files with 4 additions and 979 deletions

File diff suppressed because it is too large Load diff

View file

@ -227,7 +227,7 @@ int board_init(void)
ppa_init();
#endif
#if !defined(CONFIG_SYS_EARLY_PCI_INIT) && defined(CONFIG_DM_ETH)
#if !defined(CONFIG_SYS_EARLY_PCI_INIT)
pci_init();
#endif