aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2021-10-30 21:31:04 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-11-04 10:31:37 +0000
commit533fc4dfb155bb45e8da279e1b85b676e3f6c58c (patch)
tree8c1e12c7ae80db431caffabc0bb4de042624496c /src/soc/amd/common/block
parent7d6b4e3ae5729b48d8a4bf68087c5587093811f2 (diff)
amd/i2c: Remove the weak function
BUG=b:140165023 Change-Id: Ieedd6c9f3abeed9839892e5d07127862cd47d57f Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58771 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/common/block')
-rw-r--r--src/soc/amd/common/block/i2c/i2c.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/amd/common/block/i2c/i2c.c b/src/soc/amd/common/block/i2c/i2c.c
index ff9ec90fd5..d2e0473637 100644
--- a/src/soc/amd/common/block/i2c/i2c.c
+++ b/src/soc/amd/common/block/i2c/i2c.c
@@ -78,11 +78,6 @@ int dw_i2c_soc_dev_to_bus(const struct device *dev)
return -1;
}
-void __weak soc_i2c_misc_init(unsigned int bus, const struct dw_i2c_bus_config *cfg)
-{
- /* Nothing by default. */
-}
-
static void dw_i2c_soc_init(bool is_early_init)
{
unsigned int bus;