diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-18 08:38:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-25 12:01:15 +0000 |
commit | 0b956e3987bf856add12023e1835bfa9662d13ee (patch) | |
tree | 770ead4bcbb92aeb98846c81f63eae04b9bb597b /include/configs/stmark2.h | |
parent | 6329dda175ef6f2c41991be3fdcfe0b5e091b573 (diff) | |
download | u-boot-0b956e3987bf856add12023e1835bfa9662d13ee.tar.gz u-boot-0b956e3987bf856add12023e1835bfa9662d13ee.tar.bz2 u-boot-0b956e3987bf856add12023e1835bfa9662d13ee.zip |
Convert CONFIG_SYS_RX_ETH_BUFFER to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_RX_ETH_BUFFER
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/stmark2.h')
-rw-r--r-- | include/configs/stmark2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h index c8a50f4e31..9bfb8ca9b7 100644 --- a/include/configs/stmark2.h +++ b/include/configs/stmark2.h @@ -134,7 +134,6 @@ #ifdef CONFIG_MCFFEC #define CONFIG_MII_INIT 1 #define CONFIG_SYS_DISCOVER_PHY -#define CONFIG_SYS_RX_ETH_BUFFER 8 /* If CONFIG_SYS_DISCOVER_PHY is not defined - hardcoded */ #ifndef CONFIG_SYS_DISCOVER_PHY #define FECDUPLEX FULL |