summaryrefslogtreecommitdiffstats
path: root/configs/socfpga_cyclone5_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-07-25 18:47:02 +0200
committerMarek Vasut <marex@denx.de>2015-08-08 14:14:08 +0200
commite14d3f79282ce7654d2848bb8b8f74a81702fa35 (patch)
tree80498344be2aeb5d6190ae3f05169949086a1611 /configs/socfpga_cyclone5_defconfig
parent9ec7414e29a1ae9c89bd9ab1c3dd12d0f53f6f4c (diff)
downloadtalos-obmc-uboot-e14d3f79282ce7654d2848bb8b8f74a81702fa35.tar.gz
talos-obmc-uboot-e14d3f79282ce7654d2848bb8b8f74a81702fa35.zip
arm: socfpga: misc: Probe ethernet GMAC from OF
The GMAC can now be probed from OF, so enable DM ethernet and remove the old ad-hoc designware_initialize() invocation. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Cc: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/socfpga_cyclone5_defconfig')
-rw-r--r--configs/socfpga_cyclone5_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig
index 992ce7e0de..75ed347f0e 100644
--- a/configs/socfpga_cyclone5_defconfig
+++ b/configs/socfpga_cyclone5_defconfig
@@ -7,6 +7,7 @@ CONFIG_SPL=y
# CONFIG_CMD_FLASH is not set
CONFIG_OF_CONTROL=y
CONFIG_SPI_FLASH=y
+CONFIG_DM_ETH=y
CONFIG_NETDEVICES=y
CONFIG_ETH_DESIGNWARE=y
CONFIG_SPL_DM=y
OpenPOWER on IntegriCloud