Skip to content

Commit

Permalink
arm64: zynqmp: Enable gem on zc1751-dc5
Browse files Browse the repository at this point in the history
Gem is available on dc5 but it wasn't enabled.
Enable also random mac address generation and phy handling.

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
Michal Simek committed Jan 31, 2018
1 parent f03a0c5 commit cca9a4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_EMBED=y
CONFIG_ENV_IS_IN_FAT=y
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_SPL_DM=y
CONFIG_SPL_DM_SEQ_ALIAS=y
CONFIG_CLK_ZYNQMP=y
Expand All @@ -48,6 +49,8 @@ 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
CONFIG_DEBUG_UART_CLOCK=100000000
Expand Down

0 comments on commit cca9a4a

Please sign in to comment.