Skip to content
Snippets Groups Projects
Commit c3c44954 authored by Thomas Chou's avatar Thomas Chou
Browse files

nios2: nios2-generic: do not allocate rx buf in net.c


Do not allocate rx buf in net.c, because altera_tse allocates
its own rx buf in driver. This can save 6KB memory.

Signed-off-by: default avatarThomas Chou <thomas@wytron.com.tw>
parent 38a0f36e
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,9 @@
#define CONFIG_SYS_MAX_FLASH_SECT 512
/*
* MII/PHY
* NET options
*/
#define CONFIG_SYS_RX_ETH_BUFFER 0
#define CONFIG_CMD_MII
#define CONFIG_PHY_GIGE
#define CONFIG_SYS_FAULT_ECHO_LINK_DOWN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment