mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
ahci_block: fix timer route in test
Thanks to Cedric for the patch. Fixes #4644
This commit is contained in:
parent
7ebd3a086a
commit
ab7101e3d2
@ -92,7 +92,7 @@ install_config {
|
||||
<service name="PD"> <parent/> </service>
|
||||
<service name="CPU"> <parent/> </service>
|
||||
<service name="LOG"> <parent/> </service>
|
||||
<service name="Timer"> <parent/> </service>
|
||||
<service name="Timer"> <child name="timer"/> </service>
|
||||
</route>
|
||||
<config>
|
||||
<report devices="yes"/>
|
||||
|
Loading…
Reference in New Issue
Block a user