From 1ddf1dbc25cd0edb96ac0146407a3703fb774843 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Wed, 18 Dec 2019 15:25:09 +0100 Subject: [PATCH] Use ram-block in libc vfs tests on Rpi3 --- repos/libports/run/libc_vfs_filesystem_test.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/libports/run/libc_vfs_filesystem_test.inc b/repos/libports/run/libc_vfs_filesystem_test.inc index 30cd4c832c..cb94932650 100644 --- a/repos/libports/run/libc_vfs_filesystem_test.inc +++ b/repos/libports/run/libc_vfs_filesystem_test.inc @@ -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 }