Use ram-block in libc vfs tests on Rpi3

This commit is contained in:
Christian Helmuth 2019-12-18 15:25:09 +01:00
parent 8699f5592f
commit 1ddf1dbc25
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ set use_sd_card_drv [expr [have_spec pbxa9]]
set use_ahci [expr [have_spec x86] && ![have_spec linux]]
# use ram_block on Linux
set use_ram_block [have_spec linux]
set use_ram_block [expr [have_spec linux] || [have_spec rpi3]]
if {[catch { exec which $mkfs_cmd } ]} {
puts stderr "Error: $mkfs_cmd not installed, aborting test"; exit }