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:
parent
425e75a2db
commit
ed23fed3f3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue