mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-24 02:42:18 +01:00
arm: stm32mp25: add ethernet support for stm32mp255 series
Add missing CPU_STM32MP255* cases in get_eth_nb() so that U-Boot correctly reports 2 Ethernet interfaces on stm32mp255 devices. This fixes the "ethernet not found" error during boot. Signed-off-by: Md Asadullah <md.asadullah@eds-india.com>
This commit is contained in:
parent
8876396fc7
commit
16da035641
@ -77,6 +77,14 @@ int get_eth_nb(void)
|
||||
case CPU_STM32MP257Axx:
|
||||
nb_eth = 5; /* dual ETH with TSN support */
|
||||
break;
|
||||
case CPU_STM32MP255Fxx:
|
||||
fallthrough;
|
||||
case CPU_STM32MP255Dxx:
|
||||
fallthrough;
|
||||
case CPU_STM32MP255Cxx:
|
||||
fallthrough;
|
||||
case CPU_STM32MP255Axx:
|
||||
fallthrough;
|
||||
case CPU_STM32MP253Fxx:
|
||||
fallthrough;
|
||||
case CPU_STM32MP253Dxx:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user