projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d051e
)
sh: r2dplus: Switch to DM ETH
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Sat, 9 May 2020 14:07:28 +0000
(16:07 +0200)
committer
Marek Vasut
<marek.vasut+renesas@gmail.com>
Sun, 2 Aug 2020 15:09:59 +0000
(17:09 +0200)
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
patch
|
blob
|
history
diff --git
a/configs/r2dplus_defconfig
b/configs/r2dplus_defconfig
index
5263123
..
9e6331d
100644
(file)
--- 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