diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-11-10 10:48:05 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-11-19 13:09:21 +0100 |
commit | bf146325a3a802f5f2e6e17123080164109c6406 (patch) | |
tree | 6cd10770c3efccdac86cf2967b69ca3a7aad6967 /include | |
parent | 721aed79126ba954028137eabe71678523a8b157 (diff) | |
download | u-boot-imx-bf146325a3a802f5f2e6e17123080164109c6406.zip u-boot-imx-bf146325a3a802f5f2e6e17123080164109c6406.tar.gz u-boot-imx-bf146325a3a802f5f2e6e17123080164109c6406.tar.bz2 |
ARM64: zynqmp: Enable TI phy by default
Enable TI phy for Xilinx ZynqMP platform.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/xilinx_zynqmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 36c1100..574f788 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -182,6 +182,7 @@ # define CONFIG_SYS_FAULT_ECHO_LINK_DOWN # define CONFIG_PHYLIB # define CONFIG_PHY_MARVELL +# define CONFIG_PHY_TI #endif /* I2C */ |