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/M5329EVB.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/M5329EVB.h')
-rw-r--r-- | include/configs/M5329EVB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/M5329EVB.h b/include/configs/M5329EVB.h index c23b91d0b4..e4b887f02e 100644 --- a/include/configs/M5329EVB.h +++ b/include/configs/M5329EVB.h @@ -27,7 +27,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 |