diff options
author | Alexandru Gagniuc <alex.g@adaptrum.com> | 2017-08-01 17:19:59 -0700 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2017-08-07 15:22:28 -0500 |
commit | 3146f0c017df2231d03dff09cee31f7bd63db3e5 (patch) | |
tree | 1299ea854834b594e3e261ce2b726f4683119a9a /include/configs/siemens-am33x-common.h | |
parent | ef1f61aa03b30498a86ae0aa839f734bcb3737ec (diff) | |
download | u-boot-3146f0c017df2231d03dff09cee31f7bd63db3e5.tar.gz u-boot-3146f0c017df2231d03dff09cee31f7bd63db3e5.tar.bz2 u-boot-3146f0c017df2231d03dff09cee31f7bd63db3e5.zip |
Move PHYLIB to Kconfig
Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/siemens-am33x-common.h')
-rw-r--r-- | include/configs/siemens-am33x-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index 5a5bf7ac5a..b3e9093655 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -223,7 +223,6 @@ #define CONFIG_DRIVER_TI_CPSW #define CONFIG_MII #define CONFIG_PHY_GIGE -#define CONFIG_PHYLIB #define CONFIG_BOOTP_DEFAULT #define CONFIG_BOOTP_DNS #define CONFIG_BOOTP_DNS2 |