diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-01-22 17:12:56 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-01-23 03:51:19 +0100 |
commit | 4737b0c2ccc481af04406507d6ad738a3b8c5e7f (patch) | |
tree | c6907bb02dab35625eecbe291cd716672643856a | |
parent | 52884ad1615965dcf4bd1835805b41922720d2af (diff) | |
download | coreboot-4737b0c2ccc481af04406507d6ad738a3b8c5e7f.tar.xz |
lenovo/x230/dsdt.asl: Change space to tab.
Change-Id: I9e6d39a5a08fe9fd27daeca0e8393ff019b722d4
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/4779
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
-rw-r--r-- | src/mainboard/lenovo/x230/dsdt.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x230/dsdt.asl b/src/mainboard/lenovo/x230/dsdt.asl index 047722685e..db2a793660 100644 --- a/src/mainboard/lenovo/x230/dsdt.asl +++ b/src/mainboard/lenovo/x230/dsdt.asl @@ -29,7 +29,7 @@ DefinitionBlock( "DSDT", 0x02, // DSDT revision: ACPI v2.0 "COREv4", // OEM id - "COREBOOT", // OEM table id + "COREBOOT", // OEM table id 0x20110725 // OEM revision ) { |