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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47752
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Arthur Heymans 2020-11-19 13:09:56 +01:00 committed by Patrick Georgi
parent 1ae8cd1064
commit f2baae3735
1 changed files with 0 additions and 16 deletions

View File

@ -8,22 +8,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)
{
/* no-op */
}
static void pch_pmc_add_new_resource(struct device *dev,
uint8_t offset, uintptr_t base, size_t size,
unsigned long flags)