Message ID | 20200509203729.821800-2-marek.vasut+renesas@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/2] sh: r2dplus: Enable board_eth_init only for non-DM case | expand |
diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig index 8ae4ba1a1c..1aed84905f 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
Enable DM ethernet support for the board, now that rtl8139 is converted. Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org> --- configs/r2dplus_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)