commit | c3c44954ed34637f2bb1220825ff0910abb97f6e | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Thu Nov 05 16:37:33 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Thu Nov 12 08:26:58 2015 +0800 |
tree | c3198c1b05ffaf94819d546c4391f21b65fc5efe | |
parent | 38a0f36e83e1d707eceab3c31da65a22c8140bb3 [diff] |
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: Thomas Chou <thomas@wytron.com.tw>