From eb8ee59f87d08868cdd9975d67f49da5a11181e4 Mon Sep 17 00:00:00 2001 From: Fred Reitberger Date: Wed, 18 Jan 2023 14:12:52 -0500 Subject: [PATCH] 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 Change-Id: I9a89751df71eb32b2c8d99c568341dd669b5f065 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72073 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/soc/amd/mendocino/chip.c | 2 -- src/soc/amd/mendocino/chip.h | 2 -- src/soc/amd/mendocino/cpu.c | 2 -- src/soc/amd/mendocino/reset.c | 2 -- 4 files changed, 8 deletions(-) diff --git a/src/soc/amd/mendocino/chip.c b/src/soc/amd/mendocino/chip.c index fee49a8728..677b16621c 100644 --- a/src/soc/amd/mendocino/chip.c +++ b/src/soc/amd/mendocino/chip.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/mendocino/chip.h b/src/soc/amd/mendocino/chip.h index cf31cd7a30..858bcbe07c 100644 --- a/src/soc/amd/mendocino/chip.h +++ b/src/soc/amd/mendocino/chip.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #ifndef MENDOCINO_CHIP_H #define MENDOCINO_CHIP_H diff --git a/src/soc/amd/mendocino/cpu.c b/src/soc/amd/mendocino/cpu.c index bee4207600..fe5b0549d7 100644 --- a/src/soc/amd/mendocino/cpu.c +++ b/src/soc/amd/mendocino/cpu.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/mendocino/reset.c b/src/soc/amd/mendocino/reset.c index 28e60b6307..800374c260 100644 --- a/src/soc/amd/mendocino/reset.c +++ b/src/soc/amd/mendocino/reset.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #include #include #include