diff options
author | Alexandru Gagniuc <alex.g@adaptrum.com> | 2017-08-02 00:20:00 (GMT) |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2017-08-07 20:22:29 (GMT) |
commit | da3b9e7fd6a1e38af3cf0dff0248427c9df583ff (patch) | |
tree | 416d3c9b0923495ac66ffe9dd12b09a9e44ca576 /include/configs/cyrus.h | |
parent | 3146f0c017df2231d03dff09cee31f7bd63db3e5 (diff) | |
download | u-boot-fsl-qoriq-da3b9e7fd6a1e38af3cf0dff0248427c9df583ff.tar.xz |
Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig
Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/cyrus.h')
-rw-r--r-- | include/configs/cyrus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index b4d4992..4734c3d 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -366,8 +366,6 @@ #ifdef CONFIG_SYS_DPAA_FMAN #define CONFIG_FMAN_ENET -#define CONFIG_PHY_MICREL -#define CONFIG_PHY_MICREL_KSZ90X1 #endif #ifdef CONFIG_PCI |