mirror of https://github.com/acidanthera/audk.git
MdePkg/SpiConfiguration: Correct the definition spelling
Cc: Abner Chang <abner.chang@amd.com> Cc: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> Signed-off-by: Brit Chesley <brit.chesley@amd.com> Reviewed-by: Abner Chang <abner.chang@amd.com>
This commit is contained in:
parent
2727231b0a
commit
fa7fdb89a3
|
@ -173,8 +173,8 @@ typedef struct _EFI_SPI_BUS {
|
|||
/// Definitions of SPI Part Attributes.
|
||||
///
|
||||
#define SPI_PART_SUPPORTS_2_BIT_DATA_BUS_WIDTH BIT0
|
||||
#define SPI_PART_SUPPORTS_4_B1T_DATA_BUS_WIDTH BIT1
|
||||
#define SPI_PART_SUPPORTS_8_B1T_DATA_BUS_WIDTH BIT2
|
||||
#define SPI_PART_SUPPORTS_4_BIT_DATA_BUS_WIDTH BIT1
|
||||
#define SPI_PART_SUPPORTS_8_BIT_DATA_BUS_WIDTH BIT2
|
||||
|
||||
///
|
||||
/// The EFI_SPI_PERIPHERAL data structure describes how a specific block of
|
||||
|
|
Loading…
Reference in New Issue