Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
ed5cc8ea
Commit
ed5cc8ea
authored
Sep 26, 2011
by
Yuri Tikhonov
Browse files
RT73025. stm3220g-eval: add comment about Ethernet RX bufs config
Signed-off-by:
Yuri Tikhonov
<
yur@emcraft.com
>
parent
5e728b9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/configs/stm3220g-eval.h
View file @
ed5cc8ea
...
...
@@ -146,6 +146,14 @@
*/
#define CONFIG_NET_MULTI
#define CONFIG_STM32F2_ETH
/*
* Ethernet RX buffers are malloced from the internal SRAM (more precisely,
* from CONFIG_SYS_MALLOC_LEN part of it). Each RX buffer has size of 1536B.
* So, keep this in mind when changing the value of the following config,
* which determines the number of ethernet RX buffers (number of frames which
* may be received without processing until overflow happens).
*/
#define CONFIG_SYS_RX_ETH_BUFFER 4
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment