diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-01-13 18:28:54 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-01-15 02:22:17 +0000 |
commit | 683e43dbc6e21232eeca98f7a7eccbd2ac8a646a (patch) | |
tree | 4d7b3d55027cf6fd7039b7f948f1f97b21c9f256 /src/soc/amd/mendocino | |
parent | a1f499f4d1473921ed8458f0d6cfd99438e3091d (diff) |
soc/amd/mendocino/include/acpi,lpc: remove TODO after review
Remove TODO comment after checking against Mendocino PPR #57243, rev
3.02.
BUG=b:263563246
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ie0e35f4c68ec09304eb892888759c7e5ef3dd0ca
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71911
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/mendocino')
-rw-r--r-- | src/soc/amd/mendocino/include/soc/acpi.h | 2 | ||||
-rw-r--r-- | src/soc/amd/mendocino/include/soc/lpc.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/amd/mendocino/include/soc/acpi.h b/src/soc/amd/mendocino/include/soc/acpi.h index 36b3c1c747..45e8a1b6c3 100644 --- a/src/soc/amd/mendocino/include/soc/acpi.h +++ b/src/soc/amd/mendocino/include/soc/acpi.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -/* TODO: Check if this is still correct */ - #ifndef AMD_MENDOCINO_ACPI_H #define AMD_MENDOCINO_ACPI_H diff --git a/src/soc/amd/mendocino/include/soc/lpc.h b/src/soc/amd/mendocino/include/soc/lpc.h index 09f7bfce4e..182adc4bea 100644 --- a/src/soc/amd/mendocino/include/soc/lpc.h +++ b/src/soc/amd/mendocino/include/soc/lpc.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #ifndef AMD_MENDOCINO_LPC_H #define AMD_MENDOCINO_LPC_H |