Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47752 )
Change subject: soc/intel/common/pmc.c Don't implement a weak function that dies ......................................................................
soc/intel/common/pmc.c Don't implement a weak function that dies
Buildtime failures are better than runtime failures.
Change-Id: I5fe4c86a13dbabb839977010f129419e337e8281 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/intel/common/block/pmc/pmc.c 1 file changed, 0 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/47752/1
diff --git a/src/soc/intel/common/block/pmc/pmc.c b/src/soc/intel/common/block/pmc/pmc.c index 5bfad71..c11ba79 100644 --- a/src/soc/intel/common/block/pmc/pmc.c +++ b/src/soc/intel/common/block/pmc/pmc.c @@ -9,16 +9,6 @@ #include <intelblocks/pmc.h> #include <soc/pci_devs.h>
-/* SoC overrides */ - -/* Fill up PMC resource structure inside SoC directory */ -__weak int pmc_soc_get_resources( - struct pmc_resource_config *cfg) -{ - /* no-op */ - return -1; -} - /* SoC override PMC initialization */ __weak void pmc_soc_init(struct device *dev) {