Skip to content

Commit

Permalink
Micrel PHY enabled to allow U-Boot configuring the PHY delay settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-buerkler-enclustra committed Aug 6, 2021
1 parent 99817aa commit 05aee4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/zynq_mars_zx2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ CONFIG_BOOT_SCRIPT_OFFSET=0x1f80000
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run $modeboot"
CONFIG_ENCLUSTRA_QSPI_FLASHMAP=y
CONFIG_PHY_MICREL=y
CONFIG_PHY_MICREL_KSZ90X1=y
# CONFIG_OF_LIST is not set
# CONFIG_SPL is not set
# CONFIG_ENV_IS_IN_SPI_FLASH is not set
Expand Down
2 changes: 2 additions & 0 deletions configs/zynq_mars_zx3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ CONFIG_MTD_PARTITIONS=y
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run $modeboot"
CONFIG_ENCLUSTRA_QSPI_FLASHMAP=y
CONFIG_PHY_MICREL=y
CONFIG_PHY_MICREL_KSZ90X1=y
# CONFIG_OF_LIST is not set
# CONFIG_SPL is not set
# CONFIG_ENV_IS_IN_SPI_FLASH is not set
Expand Down
2 changes: 2 additions & 0 deletions configs/zynq_mercury_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ CONFIG_MTD_PARTITIONS=y
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run $modeboot"
CONFIG_ENCLUSTRA_QSPI_FLASHMAP=y
CONFIG_PHY_MICREL=y
CONFIG_PHY_MICREL_KSZ90X1=y
# CONFIG_OF_LIST is not set
# CONFIG_SPL is not set
# CONFIG_ENV_IS_IN_SPI_FLASH is not set
Expand Down

0 comments on commit 05aee4c

Please sign in to comment.