[PATCH] sh: r2dplus: Switch to DM ETH

2 Aug
2020
2 Aug
'20
5:04 p.m.
Enable DM ethernet support for the board, now that rtl8139 is converted.
Signed-off-by: Marek Vasut marek.vasut+renesas@gmail.com Cc: Nobuhiro Iwamatsu iwamatsu@nigauri.org --- configs/r2dplus_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig index 5263123694..9e6331dc8a 100644 --- a/configs/r2dplus_defconfig +++ b/configs/r2dplus_defconfig @@ -27,9 +27,9 @@ CONFIG_DM=y CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_CFI=y +CONFIG_DM_ETH=y CONFIG_RTL8139=y CONFIG_PCI=y CONFIG_DM_PCI=y -CONFIG_DM_PCI_COMPAT=y CONFIG_SCIF_CONSOLE=y CONFIG_USE_PRIVATE_LIBGCC=y
--
2.27.0
1738
Age (days ago)
1738
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marek Vasut