Nico Huber has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/32314 )
Change subject: sb/intel/common: Fix config name in a comment ......................................................................
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 --- M src/southbridge/intel/common/pmclib.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Patrick Rudolph: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/southbridge/intel/common/pmclib.h b/src/southbridge/intel/common/pmclib.h index 7de5f97..075f707 100644 --- a/src/southbridge/intel/common/pmclib.h +++ b/src/southbridge/intel/common/pmclib.h @@ -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);