]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: gem: Allocate BD_SPACE in connection to RX_BUF
authorMichal Simek <michal.simek@xilinx.com>
Mon, 17 Aug 2015 07:45:53 +0000 (09:45 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 24 Aug 2015 07:06:52 +0000 (09:06 +0200)
commite8c52f97bc58b2dc207d60fafe4b07a80a385510
tree71e8d07214b841300eab9d69cc9694fe93de8a06
parentddb69b9d3d597b829ae0688d5df8af638464cec7
net: gem: Allocate BD_SPACE in connection to RX_BUF

BD_SEPRN_SPACE should not have hard coded value and it will be
calculated based on the number of buffer descriptors that we
would like to use.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/zynq_gem.c