From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 5 Nov 2015 17:16:11 +0100 Subject: [U-Boot] [PATCH] nios2: nios2-generic: do not allocate rx buf in net.c In-Reply-To: <1446712963-32179-1-git-send-email-thomas@wytron.com.tw> References: <1446712963-32179-1-git-send-email-thomas@wytron.com.tw> Message-ID: <201511051716.11450.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, November 05, 2015 at 09:42:43 AM, Thomas Chou wrote: > 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 Shouldn't we instead fix the altera driver to use the pre-allocated buffer ? Best regards, Marek Vasut