diff options
author | Furquan Shaikh <furquan@google.com> | 2018-06-26 18:08:49 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-06-28 05:00:01 +0000 |
commit | 14e8f20edca4e33fcd5fda8d0977ee96864e60b4 (patch) | |
tree | 47c0166c441a61fc19554e0b58ce4e99f37e26dd /src/soc/intel/common/block/include | |
parent | 344ed02a74f0a3a5e4db087e989de36eaaa5218c (diff) |
soc/intel/common/block/pmc: Get rid of pmc_fixup_power_state
Now that APL does not need pmc_fixup_power_state, this function can be
removed from the PMC common code as well.
BUG=b:110836465
Change-Id: I94de41f3e52228bca4b7a5579afe5a23719429be
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/27250
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/include')
-rw-r--r-- | src/soc/intel/common/block/include/intelblocks/pmclib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/pmclib.h b/src/soc/intel/common/block/include/intelblocks/pmclib.h index d631f01d28..ddf384b56b 100644 --- a/src/soc/intel/common/block/include/intelblocks/pmclib.h +++ b/src/soc/intel/common/block/include/intelblocks/pmclib.h @@ -150,9 +150,6 @@ void pmc_global_reset_enable(bool enable); */ void pmc_global_reset_lock(void); -/* Rewrite the gpe0 registers in cbmem to proper values as per routing table */ -void pmc_fixup_power_state(void); - /* Returns the power state structure */ struct chipset_power_state *pmc_get_power_state(void); |