Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson, Zheng Bao, Felix Held. Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/58771
to review the following change.
Change subject: amd/i2c: Remove the weak function ......................................................................
amd/i2c: Remove the weak function
BUG=b:140165023
Change-Id: Ieedd6c9f3abeed9839892e5d07127862cd47d57f Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M src/soc/amd/common/block/i2c/i2c.c 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/58771/1
diff --git a/src/soc/amd/common/block/i2c/i2c.c b/src/soc/amd/common/block/i2c/i2c.c index ff9ec90..286f9c0 100644 --- a/src/soc/amd/common/block/i2c/i2c.c +++ b/src/soc/amd/common/block/i2c/i2c.c @@ -78,10 +78,10 @@ return -1; }
-void __weak soc_i2c_misc_init(unsigned int bus, const struct dw_i2c_bus_config *cfg) -{ - /* Nothing by default. */ -} +//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) {