diff mbox series

[U-Boot] ARM: re-enable MVGBE for edminiv2

Message ID 20180516083143.5867-1-judge.packham@gmail.com
State Accepted
Commit f2d0f5e7ab3b8a7b4bf6e2ac499b4867c701d52d
Delegated to: Tom Rini
Headers show
Series [U-Boot] ARM: re-enable MVGBE for edminiv2 | expand

Commit Message

Chris Packham May 16, 2018, 8:31 a.m. UTC
This was unintentionally disabled when moving MVGBE to Kconfig.

Fixes: commit ed52ea507f12 ("net: add Kconfig for MVGBE")
Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 configs/edminiv2_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini May 16, 2018, 3:38 p.m. UTC | #1
On Wed, May 16, 2018 at 08:31:43PM +1200, Chris Packham wrote:

> This was unintentionally disabled when moving MVGBE to Kconfig.
> 
> Fixes: commit ed52ea507f12 ("net: add Kconfig for MVGBE")
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/edminiv2_defconfig b/configs/edminiv2_defconfig
index 1ad1fb779030..5abf81dedd98 100644
--- a/configs/edminiv2_defconfig
+++ b/configs/edminiv2_defconfig
@@ -26,6 +26,8 @@  CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_MVSATA_IDE=y
 # CONFIG_MMC is not set
 CONFIG_MTD_NOR_FLASH=y
+CONFIG_NETDEVICES=y
+CONFIG_MVGBE=y
 CONFIG_SYS_NS16550=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y