Adapt memory quota to recent Fiasco.OC changes

When introducing an avl-tree to re-find known capabilities in Fiasco.OC
(issue #112), the memory demand of apllications was slightly increased.
So we've to give the pl11x driver more memory by default. Fixes #140.
This commit is contained in:
Stefan Kalkowski 2012-03-06 11:59:47 +01:00 committed by Norman Feske
parent 10d7022395
commit 0973215cf0
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ append_if [have_spec pl180] config {
append_if [have_spec pl11x] config {
<start name="fb_drv">
<binary name="pl11x_drv"/>
<resource name="RAM" quantum="1M"/>
<resource name="RAM" quantum="2M"/>
<provides><service name="Framebuffer"/></provides>
</start> }