summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-04-04 13:17:56 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-04 13:17:56 (GMT)
commitf532703665ae5e5957211bbc4e7296a8313cc403 (patch)
tree83553bf3d230f555feadaa1d3958742f232bd4cc /include/configs
parent797f165f7ae90a75579ae3df7932d8d1518e8544 (diff)
parent941f7a4b2606ef468f4f3b763261b758eadee861 (diff)
downloadu-boot-fsl-qoriq-f532703665ae5e5957211bbc4e7296a8313cc403.tar.xz
Merge git://www.denx.de/git/u-boot-marvell
This includes Marvell mvpp2 patches with the ethernet support for the ARMv8 Armada 7k/8k platforms. The ethernet patches are all acked by Joe and he is okay with me pushing them via the Marvell tree.
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mvebu_armada-8k.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/mvebu_armada-8k.h b/include/configs/mvebu_armada-8k.h
index a8a9d15..8ee5f27 100644
--- a/include/configs/mvebu_armada-8k.h
+++ b/include/configs/mvebu_armada-8k.h
@@ -81,6 +81,14 @@
#define CONFIG_ENV_SIZE (64 << 10) /* 64KiB */
#define CONFIG_ENV_SECT_SIZE (64 << 10) /* 64KiB sectors */
+/*
+ * Ethernet Driver configuration
+ */
+#define CONFIG_ENV_OVERWRITE /* ethaddr can be reprogrammed */
+#define CONFIG_PHY_GIGE /* GbE speed/duplex detect */
+#define CONFIG_ARP_TIMEOUT 200
+#define CONFIG_NET_RETRY_COUNT 50
+
/* USB 2.0 */
#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3