From 94785279668572e043cc75871a8c889744996bd5 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 21 Feb 2022 18:27:12 +0100 Subject: [PATCH] soc/amd/sabrina/i2c: remove TODO The SoC-specific I2C code and header file have been verified some time ago, but it seems that I forgot to remove the corresponding TODOs. Signed-off-by: Felix Held Change-Id: Ifd162bda10e5993bc32db3a77588491397e3c19e Reviewed-on: https://review.coreboot.org/c/coreboot/+/62223 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger Reviewed-by: Jason Glenesk Reviewed-by: Elyes Haouas Reviewed-by: Raul Rangel --- src/soc/amd/sabrina/i2c.c | 2 -- src/soc/amd/sabrina/include/soc/i2c.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/soc/amd/sabrina/i2c.c b/src/soc/amd/sabrina/i2c.c index d9a9e44506..1008f564fd 100644 --- a/src/soc/amd/sabrina/i2c.c +++ b/src/soc/amd/sabrina/i2c.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #include #include #include diff --git a/src/soc/amd/sabrina/include/soc/i2c.h b/src/soc/amd/sabrina/include/soc/i2c.h index 950b105a8e..023bb34ac7 100644 --- a/src/soc/amd/sabrina/include/soc/i2c.h +++ b/src/soc/amd/sabrina/include/soc/i2c.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #ifndef AMD_SABRINA_I2C_H #define AMD_SABRINA_I2C_H