summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-02 16:42:19 -0500
committerTom Rini <trini@konsulko.com>2022-12-22 10:31:47 -0500
commit21491883d2af674f698a94699a5a8b7356d02adf (patch)
tree35338aa10d7ccd85e588f2cec0d7d094dce8586a /include
parent9b0240f8c6a1caa42da73835090fcb6db60f3d23 (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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/brppt2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/brppt2.h b/include/configs/brppt2.h
index 80104b2d31..984602c2cf 100644
--- a/include/configs/brppt2.h
+++ b/include/configs/brppt2.h
@@ -78,9 +78,6 @@ BUR_COMMON_ENV \
#define CFG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
#define CFG_SYS_INIT_RAM_SIZE IRAM_SIZE
-/* Ethernet */
-#define CONFIG_FEC_FIXED_SPEED _1000BASET
-
/* USB Configs */
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)