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

@ -199,10 +199,10 @@ append_if [expr $use_usb] config {
<content>
<inline name="usb_drv.config">}
append_if [expr $use_usb && ![have_spec hw_x86_64_muen]] config {
append_if [expr $use_usb && ![have_spec muen]] config {
<config uhci="yes" ehci="yes" xhci="yes">}
append_if [expr $use_usb && [have_spec hw_x86_64_muen]] config {
append_if [expr $use_usb && [have_spec muen]] config {
<config uhci="no" ehci="no" xhci="yes">}
append_if [expr $use_usb] config {

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