diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-07-12 22:49:49 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-14 14:32:38 +0000 |
commit | 64335176d1445e89a9662a32222116ab19923daa (patch) | |
tree | eefc80fdac840abd37fa3d289c97b1c0896888eb /src/vendorcode/amd/fsp/glinda | |
parent | 1611f93a30b20c5215175038ce1a15253c76fd2d (diff) |
vc/amd/fsp/*/platform_descriptor: drop SoC name from DDI comment
The file for Mendocino and Phoenix still used Cezanne in the comment and
from the file it's already clear to which SoC generation this belongs,
so just drop the SoC name from the comment.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I73e8b01e46904578226bb64e5e4659016c491880
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76440
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode/amd/fsp/glinda')
-rw-r--r-- | src/vendorcode/amd/fsp/glinda/platform_descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/fsp/glinda/platform_descriptors.h b/src/vendorcode/amd/fsp/glinda/platform_descriptors.h index 2823e02447..c315e1cca8 100644 --- a/src/vendorcode/amd/fsp/glinda/platform_descriptors.h +++ b/src/vendorcode/amd/fsp/glinda/platform_descriptors.h @@ -155,7 +155,7 @@ enum ddi_connector_type { DDI_MAX_CONNECTOR_TYPE // Not valid value, used to verify input }; -/* Glinda DDI Descriptor: used for configuring display outputs */ +/* DDI Descriptor: used for configuring display outputs */ typedef struct __packed { uint8_t connector_type; // see ddi_connector_type uint8_t aux_index; // see ddi_aux_type |