mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Exchange the sequence of Asynchronous and Synchronous in CACHE_SRAM_TYPE_DATA according to SMBIOS specification.
Signed-off-by: lzeng14 Reviewed-by: li-elvin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12871 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
714eecd4d9
commit
53d90f046e
@ -857,8 +857,8 @@ typedef struct {
|
||||
UINT16 NonBurst :1;
|
||||
UINT16 Burst :1;
|
||||
UINT16 PipelineBurst :1;
|
||||
UINT16 Asynchronous :1;
|
||||
UINT16 Synchronous :1;
|
||||
UINT16 Asynchronous :1;
|
||||
UINT16 Reserved :9;
|
||||
} CACHE_SRAM_TYPE_DATA;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user