lib/hardwaremain: Fix typo ACPI

Change-Id: I51493203b82868d221806c2e22b0c4b62e9fac97
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/31139
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Subrata Banik 2019-01-29 17:16:15 +05:30
parent ec31d1ac76
commit 91160e19bb
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ void main(void)
post_code(POST_CONSOLE_READY); post_code(POST_CONSOLE_READY);
/* /*
* CBMEM needs to be recovered because timestamps, APCI, etc rely on * CBMEM needs to be recovered because timestamps, ACPI, etc rely on
* the cbmem infrastructure being around. Explicitly recover it. * the cbmem infrastructure being around. Explicitly recover it.
*/ */
cbmem_initialize(); cbmem_initialize();