diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-01-11 00:23:10 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-12 20:32:22 +0000 |
commit | 65335ffa48ba3adde22f16d50f67b24dd4ba111e (patch) | |
tree | e4063483e8470887ebe2c123a1c60eda838a6c54 /src | |
parent | 8168e285bca045ad19be346b8d6b236c34892fff (diff) |
soc/amd/mendocino/include/platform_descriptors: remove TODO after review
This header file is correct for Mendocino, so remove the TODO.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I85b47491863bff731b86cf0523253cb547dbb76a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71794
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/mendocino/include/soc/platform_descriptors.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/mendocino/include/soc/platform_descriptors.h b/src/soc/amd/mendocino/include/soc/platform_descriptors.h index 663f98aca7..333a34e28d 100644 --- a/src/soc/amd/mendocino/include/soc/platform_descriptors.h +++ b/src/soc/amd/mendocino/include/soc/platform_descriptors.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #ifndef AMD_MENDOCINO_PLATFORM_DESCRIPTORS_H #define AMD_MENDOCINO_PLATFORM_DESCRIPTORS_H |