Adjust GPIO cap quota in nic run scripts

This commit is contained in:
Christian Helmuth 2017-06-12 17:10:52 +02:00
parent a1b1525ec1
commit 06b25a9082
2 changed files with 2 additions and 2 deletions

View File

@ -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>}

View File

@ -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>}