diff options
author | Fred Reitberger <reitbergerfred@gmail.com> | 2023-01-11 10:33:19 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-12 20:35:41 +0000 |
commit | b931ca89a391d1241cb47fc1fe4ff4a37beec639 (patch) | |
tree | 8ff3392bc39edc3482674ef4582d557595b3cfdf /src/soc/amd/mendocino/config.c | |
parent | 65335ffa48ba3adde22f16d50f67b24dd4ba111e (diff) |
soc/amd/mendocino: Remove TODO after review
Remove TODO comment after reviewing against mendocino ppr #57243, rev
3.00
BUG=b:263563246
Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com>
Change-Id: Id517ce6e5f5bee5deffe509d748b16be0eefca96
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71842
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
Diffstat (limited to 'src/soc/amd/mendocino/config.c')
-rw-r--r-- | src/soc/amd/mendocino/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/mendocino/config.c b/src/soc/amd/mendocino/config.c index f1d335e472..64a8b4b600 100644 --- a/src/soc/amd/mendocino/config.c +++ b/src/soc/amd/mendocino/config.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #include <amdblocks/chip.h> #include <device/device.h> #include "chip.h" |