diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-02-21 18:27:12 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-22 18:20:18 +0000 |
commit | 94785279668572e043cc75871a8c889744996bd5 (patch) | |
tree | f0e60218ef8e18396a46fb6e30b8926bfb1bffb8 /src/soc/amd | |
parent | fd93cff32928bff8d6ca52ed8536fcffa37f0e68 (diff) |
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 <felix-coreboot@felixheld.de>
Change-Id: Ifd162bda10e5993bc32db3a77588491397e3c19e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62223
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/sabrina/i2c.c | 2 | ||||
-rw-r--r-- | src/soc/amd/sabrina/include/soc/i2c.h | 2 |
2 files changed, 0 insertions, 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 <amdblocks/i2c.h> #include <console/console.h> #include <soc/i2c.h> 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 |