remove Versatile Express board (Fix #1611)

This commit is contained in:
Stefan Kalkowski
2015-07-02 11:21:20 +02:00
committed by Christian Helmuth
parent 3c0517fe1f
commit 89255c3979
32 changed files with 8 additions and 711 deletions

View File

@@ -72,7 +72,7 @@ build_boot_image "core init"
append qemu_args " -m 64 -nographic"
# execute the test in qemu if the targeted platform is supported
if {[have_spec hw_vea9x4] || [have_spec hw_pbxa9]} {
if {[have_spec hw_pbxa9]} {
run_genode_until "No children to start.*\n" 10
puts "Test succeeded"
}