diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2024-04-30 21:24:13 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-05-06 10:32:24 +0000 |
commit | aaf8bdc675f7b6791d272a9e7cbcf8c8eb7ebe83 (patch) | |
tree | 6777963d7f3f2e2cd8fc0e45c8bf9d3b7802ebde /src/soc/amd/phoenix | |
parent | e4b2f3a6a2ecae9375f3014461b989e629d83410 (diff) |
soc/amd/phoenix/include/platform_descriptor: remove TODO
There's nothing in this header file that needs to be updated for the
Phoenix SoC, so remove the 'Update for Phoenix' TODO.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I9d7b5e8d8d6c8c22c2fae8e89d073481d21d8bdc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82150
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/phoenix')
-rw-r--r-- | src/soc/amd/phoenix/include/soc/platform_descriptors.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/phoenix/include/soc/platform_descriptors.h b/src/soc/amd/phoenix/include/soc/platform_descriptors.h index de18012717..642c2bd01f 100644 --- a/src/soc/amd/phoenix/include/soc/platform_descriptors.h +++ b/src/soc/amd/phoenix/include/soc/platform_descriptors.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Update for Phoenix */ - #ifndef AMD_PHOENIX_PLATFORM_DESCRIPTORS_H #define AMD_PHOENIX_PLATFORM_DESCRIPTORS_H |