mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
* Patch by Jim Sandoz, 07 Nov 2002:
Increase number of network RX buffers (PKTBUFSRX in "include/net.h") for EEPRO100 based boards (especially SP8240) which showed "Receiver is not ready" errors when U-Boot was processing the receive buffers slower than the network controller was filling them. * Get rid of obsolete include/mpc74xx.h
This commit is contained in:
parent
eb9401e3eb
commit
1d0350ed0b
19 changed files with 106 additions and 124 deletions
|
@ -27,7 +27,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_EEPRO100
|
||||
#define PKTBUFSRX 4
|
||||
#else
|
||||
#define PKTBUFSRX 8
|
||||
#endif
|
||||
|
||||
#define PKTALIGN 32
|
||||
|
||||
typedef ulong IPaddr_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue