mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
block_tester.run: fix use of ld attribute
This commit is contained in:
@@ -70,8 +70,8 @@ append_if [expr !$use_linux] config {
|
||||
</start>}
|
||||
|
||||
append_if $use_linux config {
|
||||
<start name="ahci_drv">
|
||||
<binary name="lx_block" ld="no"/>
|
||||
<start name="ahci_drv" ld="no">
|
||||
<binary name="lx_block"/>
|
||||
<resource name="RAM" quantum="2G"/>
|
||||
<provides><service name="Block"/></provides>
|
||||
<config file="block.raw" block_size="512" writeable="yes"/>
|
||||
|
||||
Reference in New Issue
Block a user