Increase quota of OMAP4 USB driver in demo.run

This commit is contained in:
Norman Feske 2012-08-21 14:57:12 +02:00
parent 5fcdd61a13
commit 4fae082b34
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ append_if [have_spec ps2] config {
append_if [expr ![have_spec ps2] && [have_spec usb]] config {
<start name="usb_drv">
<resource name="RAM" quantum="3M"/>
<resource name="RAM" quantum="6M"/>
<provides><service name="Input"/></provides>
<config> <hid/> </config>
</start> }