1
0
Fork 0

ACPICA: Fix namestring for the SystemCMOS address space

This fixes the name of this address space, changing it from the
incorrect CMOS to the correct SystemCMOS.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
hifive-unleashed-5.1
Bob Moore 2008-11-12 15:17:41 +08:00 committed by Len Brown
parent e9a8c6a909
commit 34830726c9
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = {
"PCI_Config",
"EmbeddedControl",
"SMBus",
"CMOS",
"SystemCMOS",
"PCIBARTarget",
"DataTable"
};