mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 16:48:18 +00:00
arch: arm: dts: k3-am62a7-phyboard-lyra-rdk-u-boot: Disable Ethernet2
Don't initialize Ethernet2 in SPL. We cannot boot from that source anyways and it throws an error during boot. This will remove following error message during network boot: Error: ethernet@8000000port@2 No valid MAC address found.ethernet@8000000port@1 Waiting for PHY auto negotiation to complete....... done Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
This commit is contained in:
parent
93d22aca3d
commit
77183dfbbc
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpsw_port2 {
|
&cpsw_port2 {
|
||||||
bootph-all;
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dmsc {
|
&dmsc {
|
||||||
|
|
Loading…
Add table
Reference in a new issue