From c681a82657185996053deae28555d1871d227912 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 16 Nov 2020 17:19:17 -0700 Subject: cpu/amd/pi: Remove unused cpu code 00660F01 Remove the processor directory and references to the Kconfig symbol. Signed-off-by: Martin Roth Change-Id: I403a453362fd76d6ef2a5b75728a362efa4f2491 Reviewed-on: https://review.coreboot.org/c/coreboot/+/47652 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/northbridge/amd/agesa/state_machine.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/northbridge/amd') diff --git a/src/northbridge/amd/agesa/state_machine.h b/src/northbridge/amd/agesa/state_machine.h index 93a70cd53f73..a857727a0ad9 100644 --- a/src/northbridge/amd/agesa/state_machine.h +++ b/src/northbridge/amd/agesa/state_machine.h @@ -83,9 +83,6 @@ void platform_AfterInitResume(struct sysinfo *cb, AMD_RESUME_PARAMS *Resume); void platform_BeforeS3LateRestore(struct sysinfo *cb, AMD_S3LATE_PARAMS *S3Late); void platform_AfterS3LateRestore(struct sysinfo *cb, AMD_S3LATE_PARAMS *S3Late); -#if CONFIG(CPU_AMD_PI_00660F01) -typedef void AMD_S3SAVE_PARAMS; -#endif void platform_AfterS3Save(struct sysinfo *cb, AMD_S3SAVE_PARAMS *S3Save); /* FCH callouts, not used with CIMx. */ -- cgit v1.2.3