omnia needs MARVELL_PHY for the WAN port to work

interestingly, we only see this when it boots from mmc, because
for tftpboot the bootloader has already performed negotiation
and therefore it works despite the missing option.
pull/3/head
Daniel Barlow 2024-01-09 13:07:14 +00:00
parent f0490f37d5
commit f19a937eda
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@
MVNETA_BM_ENABLE = "y";
SRAM = "y"; # mmio-sram is "compatible" for bm_bppi reqd by BM
PHY_MVEBU_A38X_COMPHY = "y"; # for eth2
MARVELL_PHY = "y";
MVPP2 = "y";
MV_XOR = "y";