From: Michal Simek Date: Mon, 18 Feb 2019 08:31:06 +0000 (+0100) Subject: arm64: zynqmp: Enable networking for zc1275 revB X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=313060bb59e8c2425bef8a1b135683539f74dc29;p=thirdparty%2Fu-boot.git arm64: zynqmp: Enable networking for zc1275 revB reB has gmii to rgmii bridge enabled that's why enable also networking and commands. Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_zc1275_revB_defconfig b/configs/xilinx_zynqmp_zc1275_revB_defconfig index 73c392ac1f9..6d82057fe49 100644 --- a/configs/xilinx_zynqmp_zc1275_revB_defconfig +++ b/configs/xilinx_zynqmp_zc1275_revB_defconfig @@ -26,7 +26,6 @@ CONFIG_CMD_FPGA_LOADP=y CONFIG_CMD_FPGA_LOAD_SECURE=y CONFIG_CMD_MMC=y CONFIG_CMD_SF=y -# CONFIG_CMD_NET is not set CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_SPL_OF_CONTROL=y @@ -51,6 +50,7 @@ CONFIG_SPI_FLASH_WINBOND=y # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set CONFIG_PHY_MARVELL=y CONFIG_PHY_XILINX_GMII2RGMII=y +CONFIG_MII=y CONFIG_ZYNQ_GEM=y CONFIG_DEBUG_UART_ZYNQ=y CONFIG_DEBUG_UART_ANNOUNCE=y