mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Adjust GPIO cap quota in nic run scripts
This commit is contained in:
@@ -43,7 +43,7 @@ create_boot_directory
|
||||
proc gpio_drv_config { } {
|
||||
if {[have_spec gpio]} {
|
||||
append result {
|
||||
<start name="} [gpio_drv] {">
|
||||
<start name="} [gpio_drv] {" caps="140">
|
||||
<resource name="RAM" quantum="4M"/>
|
||||
<provides><service name="Gpio"/></provides>
|
||||
</start>}
|
||||
|
||||
@@ -47,7 +47,7 @@ create_boot_directory
|
||||
proc gpio_drv_config { } {
|
||||
if {[have_spec gpio]} {
|
||||
append result {
|
||||
<start name="} [gpio_drv] {">
|
||||
<start name="} [gpio_drv] {" caps="140">
|
||||
<resource name="RAM" quantum="4M"/>
|
||||
<provides><service name="Gpio"/></provides>
|
||||
</start>}
|
||||
|
||||
Reference in New Issue
Block a user