From: Marek Vasut Date: Sat, 9 May 2020 14:07:28 +0000 (+0200) Subject: sh: r2dplus: Switch to DM ETH X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=46a378b8e37df6883574739a6b1e048e676ac5bb;p=u-boot.git sh: r2dplus: Switch to DM ETH Enable DM ethernet support for the board, now that rtl8139 is converted. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- 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