From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 16 May 2019 02:12:06 -0700 Subject: [U-Boot] [PATCH 4/4] sifive: fu540: Enable GEMGXL MGMT driver In-Reply-To: <1557997926-4011-1-git-send-email-bmeng.cn@gmail.com> References: <1557997926-4011-1-git-send-email-bmeng.cn@gmail.com> Message-ID: <1557997926-4011-5-git-send-email-bmeng.cn@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable the new GEMGXL MGMT driver so that GEM 10/100 Mbps works now. Signed-off-by: Bin Meng --- board/sifive/fu540/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index f464379..8eb5e30 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/fu540/Kconfig @@ -28,6 +28,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply CMD_PING imply CLK_SIFIVE imply CLK_SIFIVE_FU540_PRCI + imply CLK_SIFIVE_GEMGXL_MGMT imply DOS_PARTITION imply EFI_PARTITION imply IP_DYN -- 2.7.4