summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-02-21 18:27:12 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-02-22 18:20:18 +0000
commit94785279668572e043cc75871a8c889744996bd5 (patch)
treef0e60218ef8e18396a46fb6e30b8926bfb1bffb8
parentfd93cff32928bff8d6ca52ed8536fcffa37f0e68 (diff)
downloadcoreboot-94785279668572e043cc75871a8c889744996bd5.tar.gz
coreboot-94785279668572e043cc75871a8c889744996bd5.tar.bz2
coreboot-94785279668572e043cc75871a8c889744996bd5.zip
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>
-rw-r--r--src/soc/amd/sabrina/i2c.c2
-rw-r--r--src/soc/amd/sabrina/include/soc/i2c.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/amd/sabrina/i2c.c b/src/soc/amd/sabrina/i2c.c
index d9a9e44506d8..1008f564fd38 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 950b105a8e9c..023bb34ac7ea 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