mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
riscv: adjust timeout run script to RISC-V
* Limit required memory for RISC-V to 15 MB per buffer issue #4021
This commit is contained in:
parent
7e7c10e66c
commit
7bbd050f25
@ -10,6 +10,7 @@ proc fast_polling_buf_size { } {
|
|||||||
if {[expr [have_board pbxa9] && [have_spec foc]]} { return 40000000 }
|
if {[expr [have_board pbxa9] && [have_spec foc]]} { return 40000000 }
|
||||||
if {[expr [have_board imx53_qsb_tz] && [have_spec hw]]} { return 40000000 }
|
if {[expr [have_board imx53_qsb_tz] && [have_spec hw]]} { return 40000000 }
|
||||||
if {[expr [have_board rpi] && [have_spec hw]]} { return 40000000 }
|
if {[expr [have_board rpi] && [have_spec hw]]} { return 40000000 }
|
||||||
|
if {[expr [have_board riscv_qemu] && [have_spec hw]]} { return 15000000 }
|
||||||
return 80000000
|
return 80000000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user