Replace have_spec hw_x86_64_muen with have_spec muen

This commit is contained in:
Reto Buerki
2017-01-17 17:15:25 +01:00
committed by Norman Feske
parent 1e2fb9432f
commit eec2cb34f8
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ proc core_link_address { } {
proc run_boot_dir {binaries} {
# generate static ACPI report for platform driver on Muen
if {[have_spec "x86_64_muen"]} {
if {[have_spec "muen"]} {
set fh [open "bin/acpi" "WRONLY CREAT TRUNC"]
puts $fh "<acpi><bdf start=\"0\" count=\"16384\" base=\"0xf8000000\"/></acpi>"
close $fh