sb/intel/common: Fix config name in a comment

This sneaked in after we made unknown arguments to CONFIG() an error.

Change-Id: Ia1de78ce1d3277c7b094c3283455f4b56f3a3fbb
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32314
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Nico Huber 2019-04-13 17:10:51 +02:00
parent 425e75a2db
commit ed23fed3f3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#define INTEL_COMMON_PMCLIB_H
/*
* Returns 1 if platform was in ACPI S3 power state and CONFIG(ACPI_RESUME)
* Returns 1 if platform was in ACPI S3 power state and CONFIG(HAVE_ACPI_RESUME)
* is enabled else returns 0.
*/
int southbridge_detect_s3_resume(void);