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>
This commit is contained in:
parent
1611f93a30
commit
64335176d1
|
@ -151,7 +151,7 @@ enum ddi_connector_type {
|
|||
DDI_MAX_CONNECTOR_TYPE // Not valid value, used to verify input
|
||||
};
|
||||
|
||||
/* Cezanne 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -151,7 +151,7 @@ enum ddi_connector_type {
|
|||
DDI_MAX_CONNECTOR_TYPE // Not valid value, used to verify input
|
||||
};
|
||||
|
||||
/* Cezanne 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
|
||||
|
|
|
@ -155,7 +155,7 @@ enum ddi_connector_type {
|
|||
DDI_MAX_CONNECTOR_TYPE // Not valid value, used to verify input
|
||||
};
|
||||
|
||||
/* Cezanne 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
|
||||
|
|
|
@ -109,7 +109,7 @@ typedef enum {
|
|||
MAX_CONNECTOR_TYPE // Not valid value, used to verify input
|
||||
} ddi_connector_type;
|
||||
|
||||
/* Picasso DDI Descriptor: used for configuring display outputs */
|
||||
/* DDI Descriptor: used for configuring display outputs */
|
||||
typedef struct __packed {
|
||||
uint8_t connector_type;
|
||||
uint8_t aux_index;
|
||||
|
|
Loading…
Reference in New Issue