mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
Adjust GPIO cap quota in nic run scripts
This commit is contained in:
parent
a1b1525ec1
commit
06b25a9082
@ -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>}
|
||||
|
Loading…
x
Reference in New Issue
Block a user