Increase cap quota of drivers_nic-imx6/7 for sel4

This commit is contained in:
Christian Helmuth 2022-01-18 12:15:15 +01:00
parent 02eea3ecf0
commit a80b2ee6e2
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<route> <any-service> <parent/> </any-service> </route>
</start>
<start name="nic_drv" caps="130">
<start name="nic_drv" caps="180">
<binary name="fec_nic_drv"/>
<resource name="RAM" quantum="20M"/>
<route>

View File

@ -38,7 +38,7 @@
<route> <any-service> <parent/> </any-service> </route>
</start>
<start name="nic_drv" caps="150">
<start name="nic_drv" caps="180">
<binary name="fec_nic_drv"/>
<resource name="RAM" quantum="20M"/>
<config uplink_label="fec0"/>