Re: [PATCH v1 23/24] arm: cpu: armv7: ls102xa: fdt: remove eth_device support

2023-02-22 Thread Simon Glass
On Tue, 21 Feb 2023 at 18:39, Troy Kisky wrote: > > commit e524f3a449f5 ("net: Remove eth_legacy.c") > > removed struct eth_device > This prevents errors in the conversion to CONFIG_IS_ENABLED(DM_ETH). > > Signed-off-by: Troy Kisky > --- > > arch/arm/cpu/armv7/ls102xa/fdt.c | 12 >

[PATCH v1 23/24] arm: cpu: armv7: ls102xa: fdt: remove eth_device support

2023-02-21 Thread Troy Kisky
commit e524f3a449f5 ("net: Remove eth_legacy.c") removed struct eth_device This prevents errors in the conversion to CONFIG_IS_ENABLED(DM_ETH). Signed-off-by: Troy Kisky --- arch/arm/cpu/armv7/ls102xa/fdt.c | 12 1 file changed, 12 deletions(-) diff --git