mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
include: configs: ls1028a: set SYS_RX_ETH_BUFFER to 8
LS1028A ethernet interfaces work with at least 8 BDs, set number of buffers to match that. Signed-off-by: Alex Marginean <alexm.osslist@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
a9aa4c5700
commit
ff6c6b2d6d
1 changed files with 4 additions and 0 deletions
|
@ -194,4 +194,8 @@
|
|||
#include <asm/fsl_secure_boot.h>
|
||||
#endif
|
||||
|
||||
/* Ethernet */
|
||||
/* smallest ENETC BD ring has 8 entries */
|
||||
#define CONFIG_SYS_RX_ETH_BUFFER 8
|
||||
|
||||
#endif /* __L1028A_COMMON_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue