diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-07 22:00:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-08 17:02:31 -0400 |
commit | 1989374b21089c63019fc9648408c8d609023ffe (patch) | |
tree | 429c7284e4500562c315061ced6cd5f1e6b0f605 /configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig | |
parent | 6e7adf7037c76f081b149685fa5e978e2ddf2a22 (diff) | |
download | u-boot-1989374b21089c63019fc9648408c8d609023ffe.tar.gz |
configs: Finish migration of PHY_GIGE
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig b/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig index 8d0752a275..b7ed38c7e2 100644 --- a/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig +++ b/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig @@ -41,6 +41,7 @@ CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_ZYNQ=y CONFIG_DM_ETH=y +CONFIG_PHY_GIGE=y CONFIG_ZYNQ_GEM=y CONFIG_DEBUG_UART_ZYNQ=y CONFIG_DEBUG_UART_BASE=0xff000000 |