mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
platform_drv: check acpi ability by platform_info
Instead of retieving the information about the underlying platform from the configuration, check the running kernel from the platform_info. This commit removes the undocumented "acpi" config attribute.
This commit is contained in:
committed by
Christian Helmuth
parent
be053ed257
commit
4fa34190de
@@ -175,13 +175,7 @@ proc platform_drv_config_config {} {
|
||||
<config acpi_ready="yes">}
|
||||
}
|
||||
|
||||
if {[have_spec acpi] || [have_spec arm] || [have_spec muen]} {
|
||||
return {
|
||||
<config>}
|
||||
}
|
||||
|
||||
return {
|
||||
<config acpi="no">}
|
||||
return {<config>}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user