commit | 21491883d2af674f698a94699a5a8b7356d02adf | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Dec 02 16:42:19 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 22 10:31:47 2022 -0500 |
tree | 35338aa10d7ccd85e588f2cec0d7d094dce8586a | |
parent | 9b0240f8c6a1caa42da73835090fcb6db60f3d23 [diff] |
fec_mxc: Remove CONFIG_FEC_FIXED_SPEED support This option is only used on one platform currently. However, with PHYLIB enabled, which this platform also does, this option is not checked and the functional use case is handled. Remove this code. Signed-off-by: Tom Rini <trini@konsulko.com>