vc/amd/pi/00660F01: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: I14c575ac20cd94af1cfbb1204e2923149ef2920d Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43259 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
99bd1ab00d
commit
32f90d8c68
|
@ -145,10 +145,6 @@ typedef enum {
|
|||
AMD_INIT_RESUME = 0x00029000, ///< AmdInitResume entry point handle
|
||||
AMD_RELEASE_STRUCT = 0x0002A000, ///< AmdReleaseStruct handle
|
||||
AMD_S3LATE_RESTORE = 0x0002B000, ///< AmdS3LateRestore entry point handle
|
||||
#if 0
|
||||
/* This was removed, shifting everything else up.*/
|
||||
AMD_S3_SAVE = 0x0002C000,
|
||||
#endif
|
||||
AMD_GET_APIC_ID = 0x0002C000, ///< AmdGetApicId entry point handle
|
||||
AMD_GET_PCI_ADDRESS = 0x0002D000, ///< AmdGetPciAddress entry point handle
|
||||
AMD_IDENTIFY_CORE = 0x0002E000, ///< AmdIdentifyCore general service handle
|
||||
|
|
Loading…
Reference in New Issue