summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2015-03-01 02:05:38 +0100
committerTom Warren <twarren@nvidia.com>2015-03-04 10:09:02 -0700
commit3d1282ffb81a523a28bdcfea1adb47424e60c7b3 (patch)
treeab883d1547b8e47587744b3789576dc27551d2f2
parent72731118e241266b88c89bfc01a0162d0e27ff2b (diff)
downloadtalos-obmc-uboot-3d1282ffb81a523a28bdcfea1adb47424e60c7b3.tar.gz
talos-obmc-uboot-3d1282ffb81a523a28bdcfea1adb47424e60c7b3.zip
apalis_t30: enable gigabit ethernet via pcie
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> Signed-off-by: Tom Warren <twarren@nvidia.com>
-rw-r--r--include/configs/apalis_t30.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h
index 73404e27f4..c87086b3b1 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+
*/
@@ -45,12 +45,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
@@ -58,7 +54,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
OpenPOWER on IntegriCloud