Increase malloc area in loader/usb

Previous value was not enough on Arndale platform.

Reviewed by:   hselasky
Submitted by:  Wojciech Macek <wma@semihalf.com>
Obtained from: Semihalf
Sponsored by:  Juniper Networks Inc.
Differential Revision: https://reviews.freebsd.org/D4145
This commit is contained in:
Zbigniew Bodek 2015-11-27 18:20:21 +00:00
parent 5bb01ba335
commit fcf39bdcc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291404

View File

@ -44,8 +44,11 @@ S=${USBCOREDIR}/../..
${S}/dev/usb/template
.undef S
USB_POOL_SIZE?= 131072
CFLAGS+= -DUSB_MSCTEST_BULK_SIZE=65536
CFLAGS+= -DUSB_POOL_SIZE=131072
CFLAGS+= -DUSB_POOL_SIZE=${USB_POOL_SIZE}
#
# BUSDMA implementation