mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
5bb01ba335
commit
fcf39bdcc4
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue