summaryrefslogtreecommitdiff
path: root/src/vendorcode
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-04-01 13:52:29 +0200
committerMartin Roth <martinroth@google.com>2021-04-05 19:49:02 +0000
commitd9c02cdc98ced2efb3299d0977b9f9c08793c0fd (patch)
tree0720b6cd757c077a2ac53dac89bf4d15cbde76be /src/vendorcode
parent72c1deaa745550d3f575cb3c0c7657f5b6e4da63 (diff)
downloadcoreboot-d9c02cdc98ced2efb3299d0977b9f9c08793c0fd.tar.xz
vc/amd/fsp/picasso/platform_descriptors: fix typos in enum element names
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I5cad6a6a585320b33bfab7b3950888241f7c179c Reviewed-on: https://review.coreboot.org/c/coreboot/+/52028 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/amd/fsp/picasso/platform_descriptors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/amd/fsp/picasso/platform_descriptors.h b/src/vendorcode/amd/fsp/picasso/platform_descriptors.h
index 81293c647c..717be1fb1c 100644
--- a/src/vendorcode/amd/fsp/picasso/platform_descriptors.h
+++ b/src/vendorcode/amd/fsp/picasso/platform_descriptors.h
@@ -31,7 +31,7 @@ typedef enum {
/* Upstream Auto Speed Change Allowed */
typedef enum {
SPDC_DEFAULT = 0, // Enabled for Gen2 and Gen3
- SPDC_DISBLED,
+ SPDC_DISABLED,
SPDC_ENABLED,
SPDC_INVALID
} dxio_upstream_auto_speed_change;
@@ -105,7 +105,7 @@ typedef enum {
EDP_TO_LVDS, // eDP-to-LVDS translator chip without AMD SW init
EDP_TO_LVDS_SW, // eDP-to-LVDS translator which requires AMD SW init
AUTO_DETECT, // VBIOS auto detect connector type
- UNUSED_PTYPE, // UnusedType
+ UNUSED_TYPE, // UnusedType
MAX_CONNECTOR_TYPE // Not valid value, used to verify input
} ddi_connector_type;