mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
net: zynq: Add a note about RX_BUF macro
Record note about reducing number of BDs. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
cecf7f4958
commit
8af4c4dcbb
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ struct emac_bd {
|
|||
#endif
|
||||
};
|
||||
|
||||
/* Reduce amount of BUFs if you have limited amount of memory */
|
||||
#define RX_BUF 32
|
||||
/* Page table entries are set to 1MB, or multiples of 1MB
|
||||
* (not < 1MB). driver uses less bd's so use 1MB bdspace.
|
||||
|
|
Loading…
Reference in a new issue