diff options
author | Michal Simek <monstr@monstr.eu> | 2016-02-06 13:34:54 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-02-22 16:37:50 +0100 |
commit | 9ec2cf00b456d64c9ef25ca2d1c4a95d4b855cee (patch) | |
tree | dc4737d41fdcd49156d8456ab24a311a245e4d2d /include/configs | |
parent | 18c4e7f71c3ab7298a5453c492e0a9c46cd38c23 (diff) | |
download | u-boot-imx-9ec2cf00b456d64c9ef25ca2d1c4a95d4b855cee.zip u-boot-imx-9ec2cf00b456d64c9ef25ca2d1c4a95d4b855cee.tar.gz u-boot-imx-9ec2cf00b456d64c9ef25ca2d1c4a95d4b855cee.tar.bz2 |
ARM: zynq: Enable Realtek phys by default
This phy is available at Zybo board.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 20c8163..638be2f 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -50,6 +50,7 @@ # define CONFIG_MII # define CONFIG_SYS_FAULT_ECHO_LINK_DOWN # define CONFIG_PHY_MARVELL +# define CONFIG_PHY_REALTEK # define CONFIG_BOOTP_SERVERIP # define CONFIG_BOOTP_BOOTPATH # define CONFIG_BOOTP_GATEWAY |