diff mbox

[U-Boot,v2,11/11] dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3

Message ID 1428271663-3814-12-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass April 5, 2015, 10:07 p.m. UTC
Switch this board over to use driver model for Ethernet.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2:
- Drop bugfix patches that were incorporated in the Ethernet dm conversion
- Drop the CONFIG_BOOTP_VCI_STRING patch

 configs/Linksprite_pcDuino3_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass April 9, 2015, 3:04 a.m. UTC | #1
On 5 April 2015 at 16:07, Simon Glass <sjg@chromium.org> wrote:
> Switch this board over to use driver model for Ethernet.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v2:
> - Drop bugfix patches that were incorporated in the Ethernet dm conversion
> - Drop the CONFIG_BOOTP_VCI_STRING patch
>
>  configs/Linksprite_pcDuino3_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied to u-boot-dm/next.
diff mbox

Patch

diff --git a/configs/Linksprite_pcDuino3_defconfig b/configs/Linksprite_pcDuino3_defconfig
index 8c76a736..e5aabdb 100644
--- a/configs/Linksprite_pcDuino3_defconfig
+++ b/configs/Linksprite_pcDuino3_defconfig
@@ -17,3 +17,4 @@  CONFIG_OF_SEPARATE=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_NETDEVICES=y
 CONFIG_NET=y
+CONFIG_DM_ETH=y