diff options
Diffstat (limited to 'drivers/platform/x86/intel_pmc_ipc.c')
-rw-r--r-- | drivers/platform/x86/intel_pmc_ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_pmc_ipc.c b/drivers/platform/x86/intel_pmc_ipc.c index 0651d47b8eeb..0a3359240227 100644 --- a/drivers/platform/x86/intel_pmc_ipc.c +++ b/drivers/platform/x86/intel_pmc_ipc.c | |||
@@ -82,7 +82,7 @@ | |||
82 | /* exported resources from IFWI */ | 82 | /* exported resources from IFWI */ |
83 | #define PLAT_RESOURCE_IPC_INDEX 0 | 83 | #define PLAT_RESOURCE_IPC_INDEX 0 |
84 | #define PLAT_RESOURCE_IPC_SIZE 0x1000 | 84 | #define PLAT_RESOURCE_IPC_SIZE 0x1000 |
85 | #define PLAT_RESOURCE_GCR_OFFSET 0x1008 | 85 | #define PLAT_RESOURCE_GCR_OFFSET 0x1000 |
86 | #define PLAT_RESOURCE_GCR_SIZE 0x1000 | 86 | #define PLAT_RESOURCE_GCR_SIZE 0x1000 |
87 | #define PLAT_RESOURCE_BIOS_DATA_INDEX 1 | 87 | #define PLAT_RESOURCE_BIOS_DATA_INDEX 1 |
88 | #define PLAT_RESOURCE_BIOS_IFACE_INDEX 2 | 88 | #define PLAT_RESOURCE_BIOS_IFACE_INDEX 2 |