mb/hp/z220_series: Fix the indentation of dsdt.asl
Signed-off-by: Bill XIE <persmule@hardenedlinux.org> Change-Id: I66f99a5afbdd2b847a916a470a5def9a6d3999bc Reviewed-on: https://review.coreboot.org/c/coreboot/+/68335 Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
57b8fe14a2
commit
fc2dc0b117
|
@ -21,8 +21,8 @@ DefinitionBlock(
|
||||||
Scope (\_SB) {
|
Scope (\_SB) {
|
||||||
Device (PCI0)
|
Device (PCI0)
|
||||||
{
|
{
|
||||||
#include <northbridge/intel/sandybridge/acpi/sandybridge.asl>
|
#include <northbridge/intel/sandybridge/acpi/sandybridge.asl>
|
||||||
#include <southbridge/intel/bd82x6x/acpi/pch.asl>
|
#include <southbridge/intel/bd82x6x/acpi/pch.asl>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue