diff mbox

[U-Boot,3/4] apalis_t30: enable gigabit ethernet via pcie

Message ID 930d24d18d5bdea92aff71c775f6b05374adcbd8.1424182672.git.marcel@ziswiler.com
State Superseded
Delegated to: Tom Warren
Headers show

Commit Message

Marcel Ziswiler Feb. 17, 2015, 2:28 p.m. UTC
Now with all the Tegra PCIe and Intel E1000 gigabit Ethernet driver
updates being merged actually make use of it.

While at it get rid of the USB networking support which now does not
make much sense any longer.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
---
 include/configs/apalis_t30.h | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Comments

Simon Glass Feb. 18, 2015, 5:01 a.m. UTC | #1
On 17 February 2015 at 07:28, Marcel Ziswiler <marcel@ziswiler.com> wrote:
> Now with all the Tegra PCIe and Intel E1000 gigabit Ethernet driver
> updates being merged actually make use of it.
>
> While at it get rid of the USB networking support which now does not
> make much sense any longer.
>
> Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
> ---

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h
index 61809fc..b301f9e 100644
--- a/include/configs/apalis_t30.h
+++ b/include/configs/apalis_t30.h
@@ -1,5 +1,5 @@ 
 /*
- * Copyright (c) 2014 Marcel Ziswiler
+ * Copyright (c) 2014-2015 Marcel Ziswiler
  *
  * SPDX-License-Identifier:	GPL-2.0+
  */
@@ -47,12 +47,8 @@ 
 #define CONFIG_USB_STORAGE
 #define CONFIG_CMD_USB
 
-/* USB networking support */
-#define CONFIG_USB_HOST_ETHER
-#define CONFIG_USB_ETHER_ASIX
-
 /* PCI host support */
-#undef CONFIG_PCI	/* just define once Tegra PCIe support got merged */
+#define CONFIG_PCI
 #define CONFIG_PCI_TEGRA
 #define CONFIG_PCI_PNP
 #define CONFIG_CMD_PCI
@@ -60,7 +56,7 @@ 
 
 /* PCI networking support */
 #define CONFIG_E1000
-#undef CONFIG_E1000_NO_NVM	/* just define once E1000 driver got fixed */
+#define CONFIG_E1000_NO_NVM
 
 /* General networking support */
 #define CONFIG_CMD_NET